Skip to content

Commit 35da4e0

Browse files
wosiwqgruhn
authored andcommitted
fix: #429
1 parent 7dcd6c8 commit 35da4e0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tsconfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,9 @@
77
{
88
"path": "./tsconfig.app.json"
99
}
10-
]
10+
],
11+
"compilerOptions": {
12+
"module": "ES2020",
13+
"moduleResolution": "Bundler"
14+
}
1115
}

0 commit comments

Comments
 (0)