Files

21 lines
518 B
JSON

{
"extends": "../tsconfig",
"compilerOptions": {
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"target": "ES2015",
"module": "commonjs",
"lib": [ "es2015", "esnext", "dom" ],
"types": [ "mocha", "chai", "sinon", "sinon-chai", "es6-promise" ],
"strictNullChecks": false,
"typeRoots": [
"../node_modules/@types",
"../type-definitions"
]
},
"include": [
".",
"../src"
]
}