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