Skip to content
Snippets Groups Projects
Commit d9bd2b29 authored by Alexander Rose's avatar Alexander Rose
Browse files

tsconfig cleanup

parent 488d8525
Branches
Tags
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
"noUnusedLocals": true, "noUnusedLocals": true,
"strictNullChecks": true, "strictNullChecks": true,
"strictFunctionTypes": true, "strictFunctionTypes": true,
//"downlevelIteration": true, // "downlevelIteration": true,
"jsx": "react", "jsx": "react",
"lib": [ "es6", "dom", "esnext.asynciterable", "es2016" ], "lib": [ "es6", "dom", "esnext.asynciterable", "es2016" ],
"outDir": "build/node_modules", "outDir": "build/node_modules",
...@@ -34,7 +34,4 @@ ...@@ -34,7 +34,4 @@
} }
}, },
"include": [ "**/*" ], "include": [ "**/*" ],
"files": [
"./node_modules/@types/webgl2/index.d.ts"
],
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment