Skip to content

Commit 3b4b16b

Browse files
committed
chore(dev): Allow js files (for import map)
1 parent 0115f0e commit 3b4b16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dev/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"baseUrl": ".",
55
"target": "ESNext",
66
"lib": ["DOM", "DOM.Iterable", "ESNext"],
7-
"allowJs": false,
7+
"allowJs": true,
88
"strict": true,
99
"esModuleInterop": true,
1010
"jsx": "preserve",

0 commit comments

Comments
 (0)