mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-22 08:57:00 -06:00
15 lines
183 B
JSON
15 lines
183 B
JSON
|
{
|
||
|
"extends": "./tsconfig",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "lib"
|
||
|
},
|
||
|
"include": [
|
||
|
"spectron/**/*"
|
||
|
],
|
||
|
"exclude": [
|
||
|
"node_modules/**",
|
||
|
"src",
|
||
|
"spec"
|
||
|
]
|
||
|
}
|