shoelace/src/components/icon
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
..
icon.component.ts rename private var; #1572 2023-09-26 09:05:17 -04:00
icon.styles.ts fix extensionless imports (#1394) 2023-06-22 10:56:24 -04:00
icon.test.ts Add missing extensions (#1770) 2023-12-08 12:30:31 -05:00
icon.ts React import paths (#1507) 2023-08-11 13:09:44 -04:00
library.default.ts fix extensionless imports (#1394) 2023-06-22 10:56:24 -04:00
library.system.ts Updates copy button with Bootstrap Icons 1.11 (#1702) 2023-11-03 10:25:18 -04:00
library.ts fix extensionless imports (#1394) 2023-06-22 10:56:24 -04:00