BatchExplorer/desktop/tsconfig.scripts.json

13 строки
281 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"esModuleInterop": true
},
// This is not actually used for building but to let the editor know what files use this config
"include": [
"./scripts/**/*.ts",
]
}