Skip to content

Commit 854bb96

Browse files
committed
fix(ts): allow synthetic default imports
1 parent 4414d4e commit 854bb96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/app/tsconfig.client.test(ts).json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3+
"allowSyntheticDefaultImports": true,
34
"sourceMap": true,
45
"rootDir": "./client",
56
"module": "commonjs",

0 commit comments

Comments
 (0)