Skip to content

Commit 96843c8

Browse files
authored
Merge pull request #14 from CheckPointSW/chkp-nirm-patch-1
Update tsconfig.json
2 parents 8fb170d + b5703ab commit 96843c8

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)