fix(core): update
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
export * from './upl-statuspage-assetsselector';
|
||||
export * from './upl-statuspage-footer';
|
||||
export * from './upl-statuspage-header';
|
||||
export * from './upl-statuspage-incidents';
|
||||
export * from './upl-statuspage-statusbar';
|
||||
export * from './upl-statuspage-statusdetails';
|
||||
export * from './upl-statuspage-statusmonth';
|
||||
export * from './upl-statuspage-assetsselector.js';
|
||||
export * from './upl-statuspage-footer.js';
|
||||
export * from './upl-statuspage-header.js';
|
||||
export * from './upl-statuspage-incidents.js';
|
||||
export * from './upl-statuspage-statusbar.js';
|
||||
export * from './upl-statuspage-statusdetails.js';
|
||||
export * from './upl-statuspage-statusmonth.js';
|
||||
|
@ -7,7 +7,7 @@ import {
|
||||
} from '@designestate/dees-element';
|
||||
import * as domtools from '@designestate/dees-domtools';
|
||||
|
||||
import './internal/uplinternal-miniheading';
|
||||
import './internal/uplinternal-miniheading.js';
|
||||
|
||||
declare global {
|
||||
interface HTMLElementTagNameMap {
|
||||
|
@ -1,4 +1,4 @@
|
||||
import * as plugins from '../plugins';
|
||||
import * as plugins from '../plugins.js';
|
||||
import {
|
||||
DeesElement,
|
||||
property,
|
||||
|
@ -1,4 +1,4 @@
|
||||
import * as plugins from '../plugins';
|
||||
import * as plugins from '../plugins.js';
|
||||
import {
|
||||
DeesElement,
|
||||
property,
|
||||
@ -9,7 +9,7 @@ import {
|
||||
cssManager,
|
||||
} from '@designestate/dees-element';
|
||||
|
||||
import './internal/uplinternal-miniheading';
|
||||
import './internal/uplinternal-miniheading.js';
|
||||
|
||||
declare global {
|
||||
interface HTMLElementTagNameMap {
|
||||
|
@ -9,7 +9,7 @@ import {
|
||||
} from '@designestate/dees-element';
|
||||
import * as domtools from '@designestate/dees-domtools';
|
||||
|
||||
import './internal/uplinternal-miniheading';
|
||||
import './internal/uplinternal-miniheading.js';
|
||||
|
||||
declare global {
|
||||
interface HTMLElementTagNameMap {
|
||||
|
@ -1 +1 @@
|
||||
export * from './elements/index';
|
||||
export * from './elements/index.js';
|
||||
|
@ -1,16 +0,0 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2017",
|
||||
"module": "es2015",
|
||||
"moduleResolution": "node",
|
||||
"lib": ["es2017", "dom"],
|
||||
"declaration": true,
|
||||
"inlineSources": true,
|
||||
"inlineSourceMap": true,
|
||||
"noUnusedLocals": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"outDir": "dist/",
|
||||
"skipLibCheck": true,
|
||||
"experimentalDecorators": true
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user