shoelace/src
Konnor Rogers 7891dbef93
Add missing extensions (#1770)
* fix(typescript): add missing extension to imports in typescript

This is required for the types to work with the new
`--module-resolution=node16`.

The list of places to fix was obtained by a crude script:

```sh
rg -g'**/*.ts' -g'!**/*.test.ts' ' from\s+.\.' | rg -v '\.js'
```

References #1765

* add missing extensions

* revert tsconfig

* prettier

* fix test files for NodeNext

* prettier

* changelog entry

* prettier

* prettier

* prettier

---------

Co-authored-by: Andrey Lushnikov <aslushnikov@gmail.com>
2023-12-08 12:30:31 -05:00
..
components Add missing extensions (#1770) 2023-12-08 12:30:31 -05:00
events Add missing extensions (#1770) 2023-12-08 12:30:31 -05:00
internal Account for elements with tabbable controls (#1755) 2023-12-08 12:10:00 -05:00
styles
themes
translations prettier 2023-11-17 10:07:57 -05:00
utilities
declaration.d.ts
shoelace-autoloader.ts
shoelace.ts