mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 15:24:55 +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": {
|
||||
"target": "ESNext",
|
||||
"module": "ESNext",
|
||||
"noImplicitAny": true,
|
||||
"preserveConstEnums": true,
|
||||
"inlineSourceMap": true,
|
||||
"esModuleInterop": true,
|
||||
"lib": [
|
||||
"DOM",
|
||||
"ES2015",
|
||||
"ScriptHost"
|
||||
],
|
||||
"declaration": true,
|
||||
"composite": true,
|
||||
"moduleResolution": "node",
|
||||
"strict": true,
|
||||
}
|
||||
}
|
||||
"compilerOptions": {
|
||||
"target": "ESNext",
|
||||
"module": "ESNext",
|
||||
"noImplicitAny": true,
|
||||
"preserveConstEnums": true,
|
||||
"inlineSourceMap": true,
|
||||
"esModuleInterop": true,
|
||||
"lib": ["DOM", "ES2015", "ScriptHost"],
|
||||
"declaration": true,
|
||||
"composite": true,
|
||||
"moduleResolution": "node",
|
||||
"skipLibCheck": true,
|
||||
"strict": true
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user