tsconfig: skip declaration map creation

This commit is contained in:
Patrik Oldsberg
2020-05-14 14:25:05 +02:00
parent 682d9ce612
commit 2414267cc0
-1
View File
@@ -4,7 +4,6 @@
"compilerOptions": {
"allowJs": true,
"noEmit": false,
"declarationMap": true,
"incremental": true,
"target": "ES2019",
"module": "ESNext",