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