mirror of https://github.com/espruino/BangleApps
disable strict to see if that fixes widget
parent
4511520c88
commit
d255d42a8c
|
@ -1,4 +1,3 @@
|
|||
"use strict";
|
||||
(() => {
|
||||
const icon = require('heatshrink').decompress(atob('ikggMAiEAgYIBmEAg4EB+EAh0AgPggEeCAIEBnwQBAgP+gEP//x///j//8f//k///H//4BYOP/4lBv4bDvwEB4EAvAEBwEAuA7DCAI7BgAQBhEAA'));
|
||||
const iconWidth = 18;
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"noUncheckedIndexedAccess": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"strict": true
|
||||
"noImplicitUseStrict": true
|
||||
},
|
||||
"include": ["../apps/**/*", "./**/*"],
|
||||
// these apps have been excluded because they were built before this configuration was created and are using their own
|
||||
|
|
Loading…
Reference in New Issue