Skip to content

Commit

Permalink
chore(ts): update self-import definition
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
  • Loading branch information
unicornware committed Feb 18, 2023
1 parent 0cc494c commit bd92f30
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 4 additions & 1 deletion src/utils/__snapshots__/load-tsconfig.snap
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,12 @@ exports[`unit:utils/loadTsconfig > should return TSConfig object if tsconfig fil
"#tests/*": [
"__tests__/*",
],
"@flex-development/tsconfig-utils": [
"src/index",
],
},
"preserveConstEnums": true,
"preserveSymlinks": true,
"preserveSymlinks": false,
"pretty": true,
"resolveJsonModule": true,
"resolvePackageJsonExports": true,
Expand Down
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@
"#fixtures/*": ["__fixtures__/*"],
"#src": ["src/index"],
"#src/*": ["src/*"],
"#tests/*": ["__tests__/*"]
"#tests/*": ["__tests__/*"],
"@flex-development/tsconfig-utils": ["src/index"]
},
"preserveConstEnums": true,
"preserveSymlinks": true,
"preserveSymlinks": false,
"pretty": true,
"resolveJsonModule": true,
"resolvePackageJsonExports": true,
Expand Down
3 changes: 0 additions & 3 deletions typings/@flex-development/tsconfig-utils/index.d.mts

This file was deleted.

0 comments on commit bd92f30

Please sign in to comment.