kibana/x-pack/test/tsconfig.json
Spencer 2e232c2e31
[@kbn/expect] "fork" expect.js into repo (#33761)
* [@kbn/expect] "fork" expect.js into repo

* [eslint] autofix references to expect.js

* [tslint] autofix all expect.js imports

* now that expect.js is in strict mode, avoid reassigning fn.length
2019-03-25 09:56:48 -07:00

13 lines
162 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"types": [
"mocha",
"node"
]
},
"include": [
"**/*"
],
"exclude": [],
}