We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12245b8 commit 6307f75Copy full SHA for 6307f75
packages/ui-components/tsconfig.json
@@ -1,14 +1,14 @@
1
{
2
"compilerOptions": {
3
- "target": "ESNext",
4
- "lib": ["DOM", "DOM.Iterable", "ESNext"],
5
- "allowJs": false,
+ "target": "esnext",
+ "lib": ["dom", "dom.iterable", "esnext"],
+ "allowJs": true,
6
"skipLibCheck": true,
7
"strict": true,
8
"forceConsistentCasingInFileNames": true,
9
"esModuleInterop": true,
10
- "module": "ESNext",
11
- "moduleResolution": "bundler",
+ "module": "esnext",
+ "moduleResolution": "Bundler",
12
"resolveJsonModule": true,
13
"isolatedModules": true,
14
"jsx": "react-jsx",
0 commit comments