Skip to content

Commit 341a52f

Browse files
committed
chore: upgrade TypeScript to 6.0.2
1 parent 0724153 commit 341a52f

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

tsconfig.json

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
{
22
"compilerOptions": {
3-
"rootDir": "src",
4-
"lib": [
5-
"ES2023"
6-
],
3+
"rootDir": "./src",
4+
"outDir": "./dist",
5+
"target": "ES2023",
76
"types": [
87
"node"
98
],
10-
"module": "nodenext",
11-
"moduleResolution": "nodenext",
12-
"noEmit": true,
13-
"skipLibCheck": true,
9+
"lib": [
10+
"DOM",
11+
"ESNext"
12+
],
13+
"declaration": true,
1414
"isolatedModules": true,
15-
"useDefineForClassFields": true
15+
"skipLibCheck": true,
16+
"module": "nodenext",
17+
"moduleResolution": "nodenext"
1618
},
1719
"include": [
1820
"src"

0 commit comments

Comments
 (0)