Skip to content

Commit

Permalink
feat: add ts-node config for tsconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
fruneen committed Mar 26, 2024
1 parent 8a0f4fb commit d68f472
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion template/packages/tsconfig/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@

"allowSyntheticDefaultImports": true,
"useUnknownInCatchVariables": true
}
},
"ts-node": { "transpileOnly": true }
}

0 comments on commit d68f472

Please sign in to comment.