From d9bd2b2937e78d4ebfa4e393ad18d75c5c26735e Mon Sep 17 00:00:00 2001 From: Alexander Rose <alex.rose@rcsb.org> Date: Tue, 29 Jan 2019 11:30:40 -0800 Subject: [PATCH] tsconfig cleanup --- tsconfig.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index acb69eee3..a26ec6ab4 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 -- GitLab