build: 避免 ts 對 lib 進行 type checking

This commit is contained in:
Pochang Lee 2022-07-18 16:40:39 +08:00
parent 06181b34d6
commit 41e2287bcb
No known key found for this signature in database
GPG Key ID: 211014730D0AD4DE

View File

@ -12,6 +12,7 @@
"allowJs": true,
"sourceMap": true,
"strict": true,
"skipLibCheck": true,
"noEmit": true,
"experimentalDecorators": true,
"noImplicitAny": false,