18 lines
370 B
JSON
18 lines
370 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"strictNullChecks": true,
|
|
"sourceMap": true,
|
|
"removeComments": true,
|
|
"preserveConstEnums": true,
|
|
"outDir": "../build",
|
|
"sourceRoot": "./",
|
|
"rootDir": "./",
|
|
"module": "commonjs",
|
|
"declaration": true
|
|
},
|
|
"exclude": [
|
|
"tests"
|
|
]
|
|
}
|