|
|
@@ -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"
|