diff --git a/spine-ts/tsconfig.base.json b/spine-ts/tsconfig.base.json index 11320c84f..a6bec50ef 100644 --- a/spine-ts/tsconfig.base.json +++ b/spine-ts/tsconfig.base.json @@ -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, - } -} \ No newline at end of file + "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 + } +}