Skip to content

Commit

Permalink
feat: add node config
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanSalt committed Aug 24, 2023
1 parent 1b63655 commit fcb5dde
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tsconfig.node.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"extends": "./tsconfig.lib.json",
"compilerOptions": {
"module": "CommonJS",
"moduleResolution": "Node16"
}
}

0 comments on commit fcb5dde

Please sign in to comment.