fix(types): [WatchOptions
] same-directory import statements
#6
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Fixes same-directory import statements in
WatchOptions
.Tests
yarn typecheck
yarn build
ℹ Building @flex-development/tsconfig-types 15:19:17 ✔ Build succeeded for @flex-development/tsconfig-types 15:19:19 dist (total size: 12.9 kB) 15:19:19 └─ dist/index.mjs (80 B) └─ dist/index.d.mts (143 B) └─ dist/enums/imports-not-used-kind.mjs (374 B) └─ dist/enums/imports-not-used-kind.d.mts (398 B) └─ dist/enums/index.mjs (901 B) └─ dist/enums/index.d.mts (715 B) └─ dist/enums/jsx-emit.mjs (353 B) └─ dist/enums/jsx-emit.d.mts (421 B) └─ dist/enums/module-detection-kind.mjs (374 B) └─ dist/enums/module-detection-kind.d.mts (380 B) └─ dist/enums/module-kind.mjs (598 B) └─ dist/enums/module-kind.d.mts (512 B) └─ dist/enums/module-resolution-kind.mjs (440 B) └─ dist/enums/module-resolution-kind.d.mts (420 B) └─ dist/enums/new-line-kind.mjs (275 B) └─ dist/enums/new-line-kind.d.mts (351 B) └─ dist/enums/polling-watch-kind.mjs (561 B) └─ dist/enums/polling-watch-kind.d.mts (661 B) └─ dist/enums/script-target.mjs (632 B) └─ dist/enums/script-target.d.mts (520 B) └─ dist/enums/watch-directory-kind.mjs (514 B) └─ dist/enums/watch-directory-kind.d.mts (511 B) └─ dist/enums/watch-file-kind.mjs (615 B) └─ dist/enums/watch-file-kind.d.mts (600 B) └─ dist/interfaces/index.mjs (0 B) └─ dist/interfaces/index.d.mts (185 B) └─ dist/types/index.mjs (0 B) └─ dist/types/index.d.mts (1.35 kB) dist (total size: 38.9 kB) 15:19:19 └─ dist/interfaces/index.d.mts (185 B) └─ dist/interfaces/plugin.d.mts (394 B) └─ dist/interfaces/tsconfig.d.mts (1.96 kB) └─ dist/types/build-options.d.mts (1.08 kB) └─ dist/types/compiler-options-value.d.mts (572 B) └─ dist/types/compiler-options.d.mts (18.2 kB) └─ dist/types/fallback-polling.d.mts (612 B) └─ dist/types/imports-not-used-as-values.d.mts (342 B) └─ dist/types/index.d.mts (1.35 kB) └─ dist/types/jsx.d.mts (316 B) └─ dist/types/lib.d.mts (1.33 kB) └─ dist/types/module-detection.d.mts (303 B) └─ dist/types/module-resolution.d.mts (398 B) └─ dist/types/module.d.mts (414 B) └─ dist/types/new-line.d.mts (347 B) └─ dist/types/paths.d.mts (333 B) └─ dist/types/polling-watch.d.mts (464 B) └─ dist/types/project-reference.d.mts (949 B) └─ dist/types/target.d.mts (416 B) └─ dist/types/ts-node-options.d.mts (5.54 kB) └─ dist/types/type-acquisition.d.mts (892 B) └─ dist/types/watch-directory.d.mts (444 B) └─ dist/types/watch-file.d.mts (475 B) └─ dist/types/watch-options.d.mts (1.61 kB) Σ Total build size: 51.8 kB 15:19:19
Linked issues
WatchOptions
]Cannot find module '' or its corresponding type declarations
#5Related documents
N/A
Additional context
N/A
Submission checklist