Skip to content

Commit b0c0323

Browse files
committed
fix: correct the ecosystem
1 parent 369331c commit b0c0323

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"allowSyntheticDefaultImports": true,
99
"target": "ES2023",
1010
"sourceMap": true,
11-
"outDir": "./dist",
12-
"rootDir": "src",
11+
"outDir": "dist",
1312
"baseUrl": "./",
1413
"incremental": true,
1514
"skipLibCheck": true,

0 commit comments

Comments
 (0)