mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-05-21 08:46:50 +02:00
update tsconfig
This commit is contained in:
@@ -3,6 +3,9 @@
|
|||||||
"target": "es6",
|
"target": "es6",
|
||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
"outDir": "dist",
|
"outDir": "dist",
|
||||||
|
"removeComments": true,
|
||||||
|
"preserveConstEnums": true,
|
||||||
|
"forceConsistentCasingInFileNames": true,
|
||||||
"sourceMap": true
|
"sourceMap": true
|
||||||
},
|
},
|
||||||
"include": ["src/**/*.ts", "index.ts", "tests3.ts"],
|
"include": ["src/**/*.ts", "index.ts", "tests3.ts"],
|
||||||
|
|||||||
Reference in New Issue
Block a user