Skip to content

Commit 0464028

Browse files
committed
f
1 parent 2341cdc commit 0464028

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"vary": "^1.1.2"
6565
},
6666
"devDependencies": {
67-
"@eggjs/tsconfig": "2",
67+
"@eggjs/tsconfig": "^3.0.0",
6868
"@types/accepts": "^1.3.7",
6969
"@types/content-type": "^1.1.8",
7070
"@types/cookies": "^0.9.0",

tsconfig.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
{
22
"extends": "@eggjs/tsconfig",
33
"compilerOptions": {
4-
// "noEmit": true,
5-
"erasableSyntaxOnly": true,
6-
"verbatimModuleSyntax": true,
7-
"rewriteRelativeImportExtensions": true,
84
"rootDir": "./src",
9-
"outDir": "./dist",
10-
// https://node.green/#ES2024
11-
"target": "ES2024"
5+
"outDir": "./dist"
126
},
137
"include": ["src"],
148
"exclude": ["test", "example"]

0 commit comments

Comments
 (0)