mirror of
https://github.com/Ai-hack-MAGNUM-OPUS/word-plugin.git
synced 2024-11-10 18:26:36 +03:00
33 lines
645 B
JSON
33 lines
645 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowUnusedLabels": false,
|
|
"emitDecoratorMetadata": true,
|
|
"esModuleInterop": true,
|
|
"experimentalDecorators": true,
|
|
"jsx": "react",
|
|
"module": "CommonJS",
|
|
"moduleResolution": "node",
|
|
"noImplicitReturns": true,
|
|
"noUnusedParameters": true,
|
|
"outDir": "dist",
|
|
"removeComments": false,
|
|
"sourceMap": true,
|
|
"target": "es5",
|
|
"lib": [
|
|
"es7",
|
|
"dom"
|
|
],
|
|
"pretty": true,
|
|
"typeRoots": [
|
|
"node_modules/@types"
|
|
]
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
],
|
|
"compileOnSave": false,
|
|
"buildOnSave": false,
|
|
"ts-node": {
|
|
"files": true
|
|
}
|
|
} |