Skip to content

Commit 13700a4

Browse files
committed
chore: remove ts-node
1 parent ed80a99 commit 13700a4

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

infrastructure/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@aws-sdk/client-ecr": "^3.413.0",
99
"@aws-sdk/client-ecs": "^3.418.0",
1010
"@aws-sdk/client-ssm": "^3.379.1",
11-
"@pulumi/aws": "^6.48.0",
11+
"@pulumi/aws": "^6.49.1",
1212
"@pulumi/awsx": "^2.14.0",
1313
"@pulumi/docker": "^4.5.5",
1414
"@pulumi/pulumi": "^3.128.0",
@@ -18,7 +18,6 @@
1818
},
1919
"devDependencies": {
2020
"@packages/eslint-config": "workspace:*",
21-
"@packages/tsconfig": "workspace:*",
22-
"ts-node": "^10.9.2"
21+
"@packages/tsconfig": "workspace:*"
2322
}
2423
}

infrastructure/src/common/vpc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable @typescript-eslint/no-unused-vars */
2-
import { createServerSubnet } from '../apps/server/subnet.js'
2+
import { createServerSubnet } from '../apps/server/subnet'
33
import * as aws from '@pulumi/aws'
44
import { withPrefix } from '../lib/prefix'
55

infrastructure/tsconfig.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,4 @@
3030
"src/index.ts"
3131
],
3232
"exclude": ["node_modules", "dist"],
33-
"ts-node": {
34-
"esm": true
35-
}
3633
}

0 commit comments

Comments
 (0)