
* web: Check JS files. Add types. * web: Fix issues surrounding Vite/ESBuild types. * web: Clean up version constants. Tidy types * web: Clean up docs, types. * web: Clean up package paths. * web: (ESLint) no-lonely-if * web: Render slot before navbar. * web: Fix line-height alignment. * web: Truncate long headers. * web: Clean up page header declarations. Add story. Update paths. * web: Ignore out directory. * web: Lint Lit. * web: Use private alias. * web: Fix implicit CJS mode. * web: Update deps. * web: await all imports.
13 lines
193 B
JavaScript
13 lines
193 B
JavaScript
/**
|
|
* @file Dummy entry point for the `core` package.
|
|
*
|
|
* This exists to make TypeScript's module resolution more predictable.
|
|
*
|
|
* @internal
|
|
* @ignore
|
|
*/
|
|
|
|
export {};
|
|
|
|
export default {};
|