You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
873 B
40 lines
873 B
{
|
|
"compileOnSave": true,
|
|
"compilerOptions": {
|
|
"allowJs": false,
|
|
"allowUnreachableCode": false,
|
|
"allowUnusedLabels": false,
|
|
"charset": "utf8",
|
|
"declaration": true,
|
|
"declarationDir": "types/database",
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"importHelpers": false,
|
|
"module": "commonjs",
|
|
"noEmitOnError": false,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noImplicitAny": false,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"outDir": "src/db",
|
|
"pretty": true,
|
|
"removeComments": true,
|
|
"stripInternal": true,
|
|
"skipDefaultLibCheck": true,
|
|
"skipLibCheck": true,
|
|
"target": "es6",
|
|
"moduleResolution": "node",
|
|
"types": [
|
|
"node",
|
|
"jest",
|
|
"mocha"
|
|
]
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"test"
|
|
]
|
|
} |