We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff2c707 commit ed97645Copy full SHA for ed97645
tsconfig.node.json
@@ -2,16 +2,11 @@
2
"compilerOptions": {
3
"composite": true,
4
"moduleResolution": "node",
5
- "target": "ES2020",
6
- "lib": ["ES2020"],
+ "target": "es2024",
+ "lib": ["ES2024"],
7
"allowSyntheticDefaultImports": true,
8
"esModuleInterop": true
9
},
10
"extends": "./tsconfig.json",
11
- "include": [
12
- "src/extension/**/*.ts",
13
- "src/shared/**/*.ts",
14
- "rspack.config.ts",
15
- "postcss.config.ts"
16
- ]
+ "include": ["src/extension/**/*.ts", "src/shared/**/*.ts"]
17
}
0 commit comments