Skip to content

Commit

Permalink
build: add module as Node16
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlday committed Oct 5, 2024
1 parent a6dafe6 commit e7b28a4
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,9 +1,10 @@
{
"compilerOptions": {
"module": "Node16",
"target": "ES2020",
"outDir": "out",
"lib": ["ES2020"] ,
"moduleResolution": "node",
"moduleResolution": "Node16",
"sourceMap": true,
// "rootDir": "src",
"strict": true /* enable all strict type-checking options */,
Expand Down

0 comments on commit e7b28a4

Please sign in to comment.