diff --git a/tsconfig.json b/tsconfig.json index acb69eee3adf78ff9690fd1c7837fddae3c8c7a9..a26ec6ab4e0c145d1b465899d9e7f5ddfe950e3f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,7 @@ "noUnusedLocals": true, "strictNullChecks": true, "strictFunctionTypes": true, - //"downlevelIteration": true, + // "downlevelIteration": true, "jsx": "react", "lib": [ "es6", "dom", "esnext.asynciterable", "es2016" ], "outDir": "build/node_modules", @@ -34,7 +34,4 @@ } }, "include": [ "**/*" ], - "files": [ - "./node_modules/@types/webgl2/index.d.ts" - ], } \ No newline at end of file