Skip to content

Commit 6307f75

Browse files
authored
undo un-needed tsconfig changes
Signed-off-by: Aviv Keller <me@aviv.sh>
1 parent 12245b8 commit 6307f75

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/ui-components/tsconfig.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"compilerOptions": {
3-
"target": "ESNext",
4-
"lib": ["DOM", "DOM.Iterable", "ESNext"],
5-
"allowJs": false,
3+
"target": "esnext",
4+
"lib": ["dom", "dom.iterable", "esnext"],
5+
"allowJs": true,
66
"skipLibCheck": true,
77
"strict": true,
88
"forceConsistentCasingInFileNames": true,
99
"esModuleInterop": true,
10-
"module": "ESNext",
11-
"moduleResolution": "bundler",
10+
"module": "esnext",
11+
"moduleResolution": "Bundler",
1212
"resolveJsonModule": true,
1313
"isolatedModules": true,
1414
"jsx": "react-jsx",

0 commit comments

Comments
 (0)