Skip to content

Commit

Permalink
Try multiple rootdirs
Browse files Browse the repository at this point in the history
  • Loading branch information
Heliozoa committed Dec 17, 2024
1 parent 3bc9228 commit a36b028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"typeRoots": ["./types", "./node_modules/@types"],
"sourceMap": true,
"rootDir": "src",
"rootDirs": ["src", "shared"],
"strict": true /* enable all strict type-checking options */
/* Additional Checks */
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
Expand Down

0 comments on commit a36b028

Please sign in to comment.