Skip to content

Commit

Permalink
feat: NodeNext for tsconfig.spec.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Morphclue committed Oct 6, 2024
1 parent 59c7e81 commit e23381a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/backend/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"module": "commonjs",
"module": "NodeNext",
"types": ["jest", "node"]
},
"include": [
Expand Down

0 comments on commit e23381a

Please sign in to comment.