Skip to content

Commit e881a38

Browse files
committed
fix: config
1 parent 31b32b3 commit e881a38

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"outDir": "./dist",
4-
"baseUrl": "./",
3+
"rootDir": "src",
4+
"outDir": "dist",
55
"target": "ES2020",
66
"lib": ["DOM", "ESNext"],
77
"module": "NodeNext",
@@ -11,7 +11,7 @@
1111
"esModuleInterop": true,
1212
"skipLibCheck": true,
1313
"resolveJsonModule": true,
14-
"moduleResolution": "Node16"
14+
"moduleResolution": "NodeNext"
1515
},
1616
"include": ["src"]
1717
}

0 commit comments

Comments
 (0)