Commit 8fe21b43 by Torkel Ödegaard

tech: updated tsconfig

parent 491fa6ca
...@@ -9,10 +9,10 @@ ...@@ -9,10 +9,10 @@
"rootDir": "public/", "rootDir": "public/",
"module": "system", "module": "system",
"jsx": "react", "jsx": "react",
"noEmitOnError": true, "noEmitOnError": false,
"emitDecoratorMetadata": true, "emitDecoratorMetadata": false,
"experimentalDecorators": true, "experimentalDecorators": false,
"noImplicitReturns":false, "noImplicitReturns": false,
"noImplicitThis": false, "noImplicitThis": false,
"noImplicitUseStrict":false, "noImplicitUseStrict":false,
"moduleResolution": "classic" "moduleResolution": "classic"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment