Added skipLibCheck on dist building

This commit is contained in:
Alexander Cerutti
2023-04-24 16:56:25 +02:00
parent 59323f5141
commit aae6617fa7

View File

@@ -3,7 +3,8 @@
"compilerOptions": {
"outDir": "lib",
"declaration": true,
"sourceMap": true
"sourceMap": true,
"skipLibCheck": true
},
"include": ["src/**/*"]
}