12 lines
273 B
JSON
12 lines
273 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"noLib": true,
|
|
"target": "es6",
|
|
"noImplicitAny": false,
|
|
"rootDir": ".",
|
|
"outDir": "../../../Redist/scripts/",
|
|
"removeComments": true,
|
|
"sourceMap": false
|
|
}
|
|
} |