40 lines
752 B
JSON
Executable File
40 lines
752 B
JSON
Executable File
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"baseUrl": "../",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"importHelpers": true,
|
|
"jsx": "react",
|
|
"lib": [
|
|
"es2017",
|
|
"esnext.asynciterable"
|
|
],
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"noImplicitReturns": true,
|
|
"paths": {},
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"target": "es2017",
|
|
"types": [
|
|
"jsonpath-plus",
|
|
"mocha"
|
|
],
|
|
"typeRoots": [
|
|
"../node_modules/@types",
|
|
"../node_modules",
|
|
"../vendor"
|
|
]
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
],
|
|
"include": [
|
|
"../src/**/*",
|
|
"../test/**/*"
|
|
]
|
|
}
|