We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1fb9d39 + ddcfad8 commit 6c75c65Copy full SHA for 6c75c65
package.json
@@ -38,7 +38,6 @@
38
"webpack": "^2.2.1"
39
},
40
"dependencies": {
41
- "@types/core-js": "^0.9.35",
42
"marked": "^0.3.6",
43
"react": "^15.4.2",
44
"react-dom": "^15.4.2",
tsconfig.json
@@ -2,12 +2,16 @@
2
"compilerOptions": {
3
"jsx": "react",
4
"module": "es6",
5
+ "target": "es5",
6
+ "lib": [
7
+ "dom",
8
+ "es7"
9
+ ],
10
"noImplicitAny": true,
11
"noUnusedLocals": true,
12
"noUnusedParameters": true,
13
"outDir": "public/build",
- "sourceMap": true,
- "target": "es5"
14
+ "sourceMap": true
15
16
"exclude": [
17
".tscache",
0 commit comments