mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-22 08:57:00 -06:00
873badf389
* Spectron - Initial commit * Spectron - Only run unit tests on travis * Spectron - Update npm script to copy config and refactor * Spectron - Update readme * Spectron - update test cases * Spectron - Merge upstream Spectron * Spectron - Update spectron to 10.0.0 and fix issues * Spectron - rename travis file * Spectron - install linux specific dependency * Spectron - Fix indentation * Spectron - Fix indentation * Spectron - Remove unwanted script * fix typo
15 lines
183 B
JSON
15 lines
183 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "lib"
|
|
},
|
|
"include": [
|
|
"spectron/**/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules/**",
|
|
"src",
|
|
"spec"
|
|
]
|
|
}
|