fix(): add missing tsconfig option

This commit is contained in:
Kamil Myśliwiec
2021-07-12 12:18:14 +02:00
parent 8d08ce49fe
commit f84d369d45
+2 -1
View File
@@ -10,6 +10,7 @@
"sourceMap": true, "sourceMap": true,
"outDir": "./dist", "outDir": "./dist",
"baseUrl": "./", "baseUrl": "./",
"incremental": true "incremental": true,
"skipLibCheck": true
} }
} }