Skip to content

Commit

Permalink
refactor: Use ts-node/esm/transpile-only
Browse files Browse the repository at this point in the history
  • Loading branch information
bennycode committed Nov 25, 2024
1 parent 0d86882 commit fb96828
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,8 @@
"compilerOptions": {
"rootDir": "src",
"outDir": "dist",
"types": [
"vitest/globals"
]
"types": ["vitest/globals"]
},
"exclude": [
"coverage",
"dist",
"docs",
"vitest.config.ts"
],
"exclude": ["coverage", "dist", "docs", "vitest.config.ts"],
"extends": "@tstv/tsconfig-common/tsconfig.json"
}

0 comments on commit fb96828

Please sign in to comment.