disable strict to see if that fixes widget

master
Sebastian Di Luzio 2021-12-10 22:27:25 +01:00
parent 4511520c88
commit d255d42a8c
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
"use strict";
(() => { (() => {
const icon = require('heatshrink').decompress(atob('ikggMAiEAgYIBmEAg4EB+EAh0AgPggEeCAIEBnwQBAgP+gEP//x///j//8f//k///H//4BYOP/4lBv4bDvwEB4EAvAEBwEAuA7DCAI7BgAQBhEAA')); const icon = require('heatshrink').decompress(atob('ikggMAiEAgYIBmEAg4EB+EAh0AgPggEeCAIEBnwQBAgP+gEP//x///j//8f//k///H//4BYOP/4lBv4bDvwEB4EAvAEBwEAuA7DCAI7BgAQBhEAA'));
const iconWidth = 18; const iconWidth = 18;

View File

@ -11,7 +11,7 @@
"noUncheckedIndexedAccess": true, "noUncheckedIndexedAccess": true,
"noUnusedLocals": true, "noUnusedLocals": true,
"noUnusedParameters": true, "noUnusedParameters": true,
"strict": true "noImplicitUseStrict": true
}, },
"include": ["../apps/**/*", "./**/*"], "include": ["../apps/**/*", "./**/*"],
// these apps have been excluded because they were built before this configuration was created and are using their own // these apps have been excluded because they were built before this configuration was created and are using their own