Skip to content

Commit

Permalink
fix: include tests in ts source
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrastopoulos committed Feb 4, 2025
1 parent 1893bb7 commit c020514
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"moduleResolution": "node",
"sourceMap": true,
"outDir": "dist",
"rootDir": "src",
"baseUrl": ".",
"paths": {
"src/*": ["./src/*"]
Expand All @@ -22,7 +21,7 @@
}
]
},
"include": ["src/**/*"],
"include": ["src/**/*", "tests/**/*"],
"ts-node": {
"transpileOnly": true,
"transpiler": "ts-node/transpilers/swc-experimental"
Expand Down

0 comments on commit c020514

Please sign in to comment.