presetup configurator: enable skipLibCheck in tsconfig
This commit is contained in:
parent
665fde0b7d
commit
57421a8439
1 changed files with 2 additions and 1 deletions
|
@ -18,6 +18,7 @@
|
||||||
"resolveJsonModule": true,
|
"resolveJsonModule": true,
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"jsx": "react"
|
"jsx": "react",
|
||||||
|
"skipLibCheck": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue