|
@@ -3,17 +3,17 @@
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
"composite": true,
|
|
|
"declaration": true,
|
|
|
- "noImplicitAny": true,
|
|
|
- "noEmitOnError": true,
|
|
|
- "noUnusedLocals": true,
|
|
|
"esModuleInterop": true,
|
|
|
- "preserveWatchOutput": true,
|
|
|
+ "jsx": "react",
|
|
|
+ "lib": ["dom", "es2015"],
|
|
|
"module": "commonjs",
|
|
|
"moduleResolution": "node",
|
|
|
+ "noEmitOnError": true,
|
|
|
+ "noImplicitAny": true,
|
|
|
+ "noUnusedLocals": true,
|
|
|
+ "preserveWatchOutput": true,
|
|
|
"resolveJsonModule": true,
|
|
|
"target": "es2015",
|
|
|
- "lib": ["dom", "es2015"],
|
|
|
- "jsx": "react",
|
|
|
"types": []
|
|
|
}
|
|
|
}
|