Skip to content

Commit cf1ec2d

Browse files
committed
fix: outdir folder
1 parent aa74f78 commit cf1ec2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"module": "node16",
55
"lib": ["ES2020", "DOM"],
66
"declaration": true,
7-
"outDir": "./dist",
7+
"outDir": "../dist",
88
"strict": true,
99
"esModuleInterop": true,
1010
"skipLibCheck": true,

0 commit comments

Comments
 (0)