🔧 tsconfig.json remove "removecomments"
This commit is contained in:
parent
27b6e74d16
commit
347b38bc56
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@
|
||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
"resolveJsonModule": true,
|
"resolveJsonModule": true,
|
||||||
"isolatedModules": true,
|
"isolatedModules": true,
|
||||||
// "removeComments": true,
|
|
||||||
"outDir": "./build",
|
"outDir": "./build",
|
||||||
"baseUrl": "./src",
|
"baseUrl": "./src",
|
||||||
"typeRoots": ["/types/common", "./node_modules/@types"],
|
"typeRoots": ["/types/common", "./node_modules/@types"],
|
||||||
|
|
Loading…
Add table
Reference in a new issue