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