electron/tsconfig.spec.json

11 строки
141 B
JSON
Исходник Обычный вид История

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