Skip to content

Commit

Permalink
Fix: specify Node16 to module option
Browse files Browse the repository at this point in the history
  • Loading branch information
VitroidFPV committed Dec 8, 2024
1 parent 52cea37 commit 79e617a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "@tsconfig/docusaurus/tsconfig.json",
"compilerOptions": {
"baseUrl": "."
"baseUrl": ".",
"module": "Node16"
}
}

0 comments on commit 79e617a

Please sign in to comment.