Skip to content

Commit

Permalink
removed extra ts-node config
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Jan 19, 2024
1 parent bba4bdf commit 0024002
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,5 @@
"typeRoots": []
},
"exclude": ["./node_modules", "./**/node_modules", "./dist", "./**/dist", "./**/docs", ".*"],
"extends": "@xylabs/tsconfig",
"ts-node": {
"compilerOptions": {
"module": "ESNext"
},
"files": true,
"transpileOnly": true
}
"extends": "@xylabs/tsconfig"
}

0 comments on commit 0024002

Please sign in to comment.