19 lines
407 B
JSON
19 lines
407 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"strictNullChecks": true,
|
|
"sourceMap": true,
|
|
"removeComments": true,
|
|
"preserveConstEnums": true,
|
|
"outDir": "../build-tests",
|
|
"sourceRoot": "./",
|
|
"rootDir": "./",
|
|
"module": "commonjs",
|
|
"noUnusedLocals": true
|
|
},
|
|
"include": [
|
|
"**/*.spec.ts",
|
|
"**/*.d.ts"
|
|
]
|
|
}
|