diff --git a/tsconfig.json b/tsconfig.json index f15e217..be36c43 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,15 +7,16 @@ "target": "ES5", "removeComments": true, "esModuleInterop": true, - "forceConsistentCasingInFileNames": true, - "noFallthroughCasesInSwitch": true, + "forceConsistentCasingInFileNames": false, + "noFallthroughCasesInSwitch": false, "noImplicitAny": true, - "noImplicitOverride": true, + "noImplicitOverride": false, "noImplicitReturns": true, - "noImplicitThis": true, - "noUnusedLocals": true, - "noUnusedParameters": true, - "strict": true, + "noImplicitThis": false, + "noUnusedLocals": false, + "noUnusedParameters": false, + "strict": false, + "noEmitOnError": false }, "filesGlob": [ "lib/openrct2.d.ts", @@ -27,4 +28,4 @@ "src/modules/*.ts", "src/gui/*.ts" ] -} \ No newline at end of file +}