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