Skip to content

Commit

Permalink
(fix/deps): use rootDir: './src' instead of './'
Browse files Browse the repository at this point in the history
- because './src' is actually being used as the rootDir

(deps): I deprecated this buggy option in TSDX but my PR has yet to be
released
- it outputs a warning in newer versions but no harm and only benefit
  in upgrading earlier
  • Loading branch information
agilgur5 committed Apr 20, 2022
1 parent deb3b26 commit feb4712
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 @@ -6,7 +6,7 @@
"importHelpers": true,
"declaration": true,
"sourceMap": true,
"rootDir": "./",
"rootDir": "./src",
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
Expand Down

0 comments on commit feb4712

Please sign in to comment.