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