Skip to content

Commit b5703ab

Browse files
authored
Update tsconfig.json
1 parent 8fb170d commit b5703ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
"skipLibCheck": true,
99
"forceConsistentCasingInFileNames": true,
1010
"resolveJsonModule": true,
11-
"composite": true
11+
"composite": true,
12+
"outDir": "./dist",
13+
"rootDir": "."
1214
},
1315
"references": [
1416
{ "path": "./packages/infra" },

0 commit comments

Comments
 (0)