Commit a77ee8a
authored
fix(tsconfig): set explicit rootDir to silence TS6059 in consumer IDEs (#211)
The shipped tsconfig.json sets outDir without rootDir, which causes
TypeScript >=5.x to emit a TS6059 hint in consumer IDEs that validate
the vendor config. Setting rootDir to ./src matches what TypeScript
already infers and follows the team's recommended migration.
Closes #2091 parent 65453df commit a77ee8a
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
0 commit comments