Skip to content

Commit 3b700ee

Browse files
committed
fix: update tsconfig to set rootDir and outDir for proper directory structure
1 parent 5881fed commit 3b700ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"compilerOptions": {
33
"target": "ES2017",
44
"module": "NodeNext",
5-
"rootDir": "./",
5+
"rootDir": "./src",
66
"moduleResolution": "NodeNext",
7-
"outDir": "./",
7+
"outDir": "./dist",
88
"esModuleInterop": true,
99
"forceConsistentCasingInFileNames": true,
1010
"strict": true,

0 commit comments

Comments
 (0)