Skip to content

Commit feb4712

Browse files
committed
(fix/deps): use rootDir: './src' instead of './'
- 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
1 parent deb3b26 commit feb4712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"importHelpers": true,
77
"declaration": true,
88
"sourceMap": true,
9-
"rootDir": "./",
9+
"rootDir": "./src",
1010
"strict": true,
1111
"noUnusedLocals": true,
1212
"noUnusedParameters": true,

0 commit comments

Comments
 (0)