electron/tsconfig.default_app.json

11 строки
145 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "default_app"
},
"include": [
"default_app",
"typings"
]
}