11 lines
246 B
JSON
11 lines
246 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"sourceMap": true,
|
|
"removeComments": true,
|
|
"preserveConstEnums": true,
|
|
"outFile": "../build/build.js",
|
|
"sourceRoot": "./",
|
|
"rootDir": "./"
|
|
}
|
|
} |