We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55263f2 commit 8d9aaa2Copy full SHA for 8d9aaa2
packages/css-in-js/tsconfig.json
@@ -2,8 +2,8 @@
2
"compilerOptions": {
3
"rootDir": "./src",
4
"module": "ESNext",
5
- "target": "ES2015",
6
- "lib": ["dom", "ES2015"],
+ "target": "es5",
+ "lib": ["dom", "es6"],
7
"sourceMap": true,
8
"allowJs": false,
9
"jsx": "react",
@@ -20,7 +20,7 @@
20
"suppressImplicitAnyIndexErrors": true,
21
"noUnusedLocals": true,
22
"noUnusedParameters": true,
23
- "esModuleInterop": true,
+ "esModuleInterop": true
24
},
25
"include": ["src"],
26
"exclude": ["dist", "node_modules", "src/*.spec.ts"]
0 commit comments