Skip to content

Commit 4b75d07

Browse files
committed
tidy tsconfig
1 parent 430840a commit 4b75d07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests.tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"compilerOptions": {
33
"module": "commonjs",
4-
"target": "ES2024",
4+
"target": "ES2022",
55
"lib": [
6-
"ES2024"
6+
"ES2022"
77
],
88
"outDir": "out",
99
"sourceMap": true,
1010
"strict": true,
1111
"rootDir": "src"
1212
},
1313
"include": [
14-
"src/**/*.ts",
14+
"src/test/**/*.ts",
1515
"./node_modules/vscode/vscode.d.ts",
1616
"./node_modules/vscode/lib/*"
1717
]

0 commit comments

Comments
 (0)