We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2341cdc commit 0464028Copy full SHA for 0464028
package.json
@@ -64,7 +64,7 @@
64
"vary": "^1.1.2"
65
},
66
"devDependencies": {
67
- "@eggjs/tsconfig": "2",
+ "@eggjs/tsconfig": "^3.0.0",
68
"@types/accepts": "^1.3.7",
69
"@types/content-type": "^1.1.8",
70
"@types/cookies": "^0.9.0",
tsconfig.json
@@ -1,14 +1,8 @@
1
{
2
"extends": "@eggjs/tsconfig",
3
"compilerOptions": {
4
- // "noEmit": true,
5
- "erasableSyntaxOnly": true,
6
- "verbatimModuleSyntax": true,
7
- "rewriteRelativeImportExtensions": true,
8
"rootDir": "./src",
9
- "outDir": "./dist",
10
- // https://node.green/#ES2024
11
- "target": "ES2024"
+ "outDir": "./dist"
12
13
"include": ["src"],
14
"exclude": ["test", "example"]
0 commit comments