Skip to content

Commit

Permalink
Update tsconfig.json with strict compiler options
Browse files Browse the repository at this point in the history
  • Loading branch information
mhnpd committed Dec 8, 2023
1 parent d9762f9 commit 0b48873
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
// This file is not used in compilation. It is here just for a nice editor experience.
"extends": "@docusaurus/tsconfig",
"compilerOptions": {
"baseUrl": "."
"baseUrl": ".",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"forceConsistentCasingInFileNames": true,
"strict": true
}
}

0 comments on commit 0b48873

Please sign in to comment.