Skip to content

Commit

Permalink
Add node types
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessioDelConte committed Jul 29, 2024
1 parent dec2c68 commit df18e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/demo-showcase/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "../../out-tsc/app",
"types": []
"types": ["node"]
},
"files": [
"src/main.ts"
Expand Down

0 comments on commit df18e18

Please sign in to comment.