44 lines
842 B
JSON
44 lines
842 B
JSON
|
{
|
||
|
"compileOnSave": false,
|
||
|
"compilerOptions": {
|
||
|
"allowJs": false,
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"declaration": true,
|
||
|
"declarationMap": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"importHelpers": true,
|
||
|
"jsx": "react",
|
||
|
"lib": [
|
||
|
"dom",
|
||
|
"es2017"
|
||
|
],
|
||
|
"module": "es6",
|
||
|
"moduleResolution": "node",
|
||
|
"noImplicitAny": true,
|
||
|
"noImplicitReturns": true,
|
||
|
"noImplicitThis": true,
|
||
|
"outDir": "../out",
|
||
|
"sourceMap": true,
|
||
|
"strict": true,
|
||
|
"strictNullChecks": true,
|
||
|
"target": "es2017",
|
||
|
"types": [
|
||
|
"chai-as-promised",
|
||
|
"mocha",
|
||
|
"node",
|
||
|
"sinon-chai"
|
||
|
],
|
||
|
"typeRoots": [
|
||
|
"../node_modules/@types",
|
||
|
"../node_modules"
|
||
|
]
|
||
|
},
|
||
|
"exclude": [
|
||
|
"../node_modules"
|
||
|
],
|
||
|
"include": [
|
||
|
"../src/**/*",
|
||
|
"../test/**/*"
|
||
|
]
|
||
|
}
|