2019-09-17 12:45:15 +00:00
|
|
|
{
|
|
|
|
"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",
|
2022-10-22 00:19:07 +00:00
|
|
|
"../node_modules"
|
2019-09-17 12:45:15 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"exclude": [
|
|
|
|
"../node_modules"
|
|
|
|
],
|
|
|
|
"include": [
|
|
|
|
"../src/**/*",
|
|
|
|
"../test/**/*"
|
|
|
|
]
|
|
|
|
}
|