Add skipLibCheck in tsconfig
This commit is contained in:
parent
527f83c631
commit
14daf8612d
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"keyofStringsOnly": true,
|
||||
"skipLibCheck": true,
|
||||
"mapRoot": "./dist/",
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
|
|
Loading…
Add table
Reference in a new issue