build: 避免 ts 對 lib 進行 type checking
This commit is contained in:
parent
06181b34d6
commit
41e2287bcb
@ -12,6 +12,7 @@
|
||||
"allowJs": true,
|
||||
"sourceMap": true,
|
||||
"strict": true,
|
||||
"skipLibCheck": true,
|
||||
"noEmit": true,
|
||||
"experimentalDecorators": true,
|
||||
"noImplicitAny": false,
|
||||
|
Loading…
Reference in New Issue
Block a user