Commit 8fe21b43 by Torkel Ödegaard

tech: updated tsconfig

parent 491fa6ca
......@@ -9,10 +9,10 @@
"rootDir": "public/",
"module": "system",
"jsx": "react",
"noEmitOnError": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"noImplicitReturns":false,
"noEmitOnError": false,
"emitDecoratorMetadata": false,
"experimentalDecorators": false,
"noImplicitReturns": false,
"noImplicitThis": false,
"noImplicitUseStrict":false,
"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