15 lines
175 B
JSON
15 lines
175 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"rootDir": "lib",
|
||
|
},
|
||
|
"exclude": [
|
||
|
"script",
|
||
|
"spec",
|
||
|
"tools",
|
||
|
"default_app",
|
||
|
"npm",
|
||
|
"electron.d.ts"
|
||
|
]
|
||
|
}
|