fix(core): update

This commit is contained in:
2022-03-25 02:07:07 +01:00
parent a955240dd2
commit ee168a8ebc
7 changed files with 15146 additions and 7684 deletions

View File

@ -1 +1 @@
export * from './uptimelink-webwidget';
export * from './uptimelink-webwidget.js';

View File

@ -1 +1 @@
export * from './elements/index';
export * from './elements/index.js';

View File

@ -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
}
}