mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-02 21:59:09 +08:00
[ts] Skip lib check, some 3rd party dependencies do not compile with latest TS
This commit is contained in:
parent
2c69c2604f
commit
5cacab8894
@ -1,19 +1,16 @@
|
|||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"target": "ESNext",
|
"target": "ESNext",
|
||||||
"module": "ESNext",
|
"module": "ESNext",
|
||||||
"noImplicitAny": true,
|
"noImplicitAny": true,
|
||||||
"preserveConstEnums": true,
|
"preserveConstEnums": true,
|
||||||
"inlineSourceMap": true,
|
"inlineSourceMap": true,
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"lib": [
|
"lib": ["DOM", "ES2015", "ScriptHost"],
|
||||||
"DOM",
|
"declaration": true,
|
||||||
"ES2015",
|
"composite": true,
|
||||||
"ScriptHost"
|
"moduleResolution": "node",
|
||||||
],
|
"skipLibCheck": true,
|
||||||
"declaration": true,
|
"strict": true
|
||||||
"composite": true,
|
}
|
||||||
"moduleResolution": "node",
|
|
||||||
"strict": true,
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user