3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

presetup configurator: enable skipLibCheck in tsconfig

This commit is contained in:
Dragory 2021-09-05 18:33:42 +03:00
parent 665fde0b7d
commit 57421a8439
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

@ -18,6 +18,7 @@
"resolveJsonModule": true,
"esModuleInterop": true,
"allowJs": true,
"jsx": "react"
"jsx": "react",
"skipLibCheck": true
}
}