Compare commits

...

1 Commits
main ... patch2

Author SHA1 Message Date
41e2287bcb
build: 避免 ts 對 lib 進行 type checking 2022-07-18 16:40:39 +08:00

View File

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