Skip to content

Commit

Permalink
fix: #429
Browse files Browse the repository at this point in the history
  • Loading branch information
wosiwq authored and gruhn committed Sep 23, 2024
1 parent 7dcd6c8 commit 35da4e0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@
{
"path": "./tsconfig.app.json"
}
]
],
"compilerOptions": {
"module": "ES2020",
"moduleResolution": "Bundler"
}
}

0 comments on commit 35da4e0

Please sign in to comment.