Skip to content

Commit 91a590c

Browse files
committed
chore: update tsconfig.json
1 parent e837198 commit 91a590c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tsconfig.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"compilerOptions": {
3-
"rootDir": "src",
3+
"rootDir": "./src",
44
"outDir": "./dist",
55
"target": "ES2023",
6+
"types": ["node"],
67
"lib": ["DOM", "ESNext"],
7-
"module": "nodenext",
8-
"moduleResolution": "nodenext",
98
"declaration": true,
109
"isolatedModules": true,
11-
"esModuleInterop": true,
12-
"skipLibCheck": true
10+
"skipLibCheck": true,
11+
"module": "nodenext",
12+
"moduleResolution": "nodenext"
1313
},
1414
"include": ["src"]
1515
}

0 commit comments

Comments
 (0)