Skip to content

Commit b464bee

Browse files
committed
fix: tsconfig version template
1 parent bc45c72 commit b464bee

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

lib/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export default async function (root: string, variables: Variables) {
8787
"tsconfig.json": json({
8888
set: {
8989
"//": "This file is partially managed by code-skeleton. Changes may be overwritten.",
90-
extends: "@tsconfig/node18/tsconfig.json",
90+
extends: "@tsconfig/node20/tsconfig.json",
9191
},
9292
append: {
9393
include: [

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
"mustache": "^4.2.0"
2424
},
2525
"devDependencies": {
26-
"@istanbuljs/esm-loader-hook": "^0.2.0",
27-
"@tapjs/esbuild-kit": "^1.1.19",
2826
"@tapjs/sinon": "^1.1.18",
2927
"@tapjs/tsx": "^1.1.19",
3028
"@tsconfig/node20": "^20.0.0",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@tsconfig/node18/tsconfig.json",
2+
"extends": "@tsconfig/node20/tsconfig.json",
33
"include": [
44
"**/*.ts",
55
".eslintrc.js"

0 commit comments

Comments
 (0)