electron/tsconfig.script.json

11 строки
135 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": ".",
"noEmit": true
},
"include": [
"script"
]
}