added tsconfig
This commit is contained in:
12
ts/tsconfig.json
Normal file
12
ts/tsconfig.json
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"target": "es6",
|
||||||
|
"sourceMap": true,
|
||||||
|
"removeComments": true,
|
||||||
|
"preserveConstEnums": true,
|
||||||
|
"outDir": "../build",
|
||||||
|
"outFile": "./build/build.js",
|
||||||
|
"sourceRoot": "./",
|
||||||
|
"rootDir": "./"
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user