SymphonyElectron/tsconfig.spec.json
Kiran Niranjan 873badf389
test: Spectron (Initial commit) (#838)
* 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
2020-03-18 11:15:00 +05:30

15 lines
183 B
JSON

{
"extends": "./tsconfig",
"compilerOptions": {
"outDir": "lib"
},
"include": [
"spectron/**/*"
],
"exclude": [
"node_modules/**",
"src",
"spec"
]
}