Skip to content

Commit 108a3c6

Browse files
committed
feat: remove ts-node in favor of tsx
1 parent ba4bb86 commit 108a3c6

File tree

4 files changed

+0
-7
lines changed

4 files changed

+0
-7
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
"eslint-plugin-import": "^2.29.1",
6161
"pinst": "^3.0.0",
6262
"semantic-release": "^23.0.8",
63-
"ts-node": "^10.9.2",
6463
"typescript": "^5.4.5",
6564
"vitest": "^1.5.2"
6665
},

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ try {
5959

6060
tsconfig.compilerOptions.module = 'Node16';
6161
tsconfig.compilerOptions.moduleResolution = 'node16';
62-
(tsconfig['ts-node'] as Record<string, boolean>).esm = true;
6362
}
6463
} catch (error) {
6564
// Do nothing

src/tsconfig.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ export const tsconfig = {
99
'tsup.config.ts',
1010
],
1111
exclude: ['node_modules', 'build'],
12-
'ts-node': {
13-
transpileOnly: true,
14-
files: true,
15-
},
1612
compilerOptions: {
1713
lib: ['ES2022', 'DOM'],
1814
module: 'NodeNext',

yarn.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,6 @@ __metadata:
952952
eslint-plugin-import: ^2.29.1
953953
pinst: ^3.0.0
954954
semantic-release: ^23.0.8
955-
ts-node: ^10.9.2
956955
typescript: ^5.4.5
957956
vitest: ^1.5.2
958957
languageName: unknown

0 commit comments

Comments
 (0)