electron/tsconfig.script.json

12 строки
161 B
JSON

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