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
No known key found for this signature in database
GPG Key ID: 75F02E89A1A1092B
1 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@
"sourceMap": true, "sourceMap": true,
"outDir": "./dist", "outDir": "./dist",
"baseUrl": "./", "baseUrl": "./",
"incremental": true "incremental": true,
"skipLibCheck": true
} }
} }