mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +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
@ -6,14 +6,11 @@
|
||||
"preserveConstEnums": true,
|
||||
"inlineSourceMap": true,
|
||||
"esModuleInterop": true,
|
||||
"lib": [
|
||||
"DOM",
|
||||
"ES2015",
|
||||
"ScriptHost"
|
||||
],
|
||||
"lib": ["DOM", "ES2015", "ScriptHost"],
|
||||
"declaration": true,
|
||||
"composite": true,
|
||||
"moduleResolution": "node",
|
||||
"strict": true,
|
||||
"skipLibCheck": true,
|
||||
"strict": true
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user