Open
Description
Description
Running npm run start
in /test/angular
has some warnings that would need to be fixed:
Application bundle generation complete. [1.843 seconds]
▲ [WARNING] Expected the "strict" option to be nested inside a "compilerOptions" object [tsconfig.json]
../../src/iotMapManager/tsconfig.json:22:2:
22 │ "strict": false, // Strict types, eg. prohibits `var x=0; x=null`
╵ ~~~~~~~~
▲ [WARNING] Expected the "strict" option to be nested inside a "compilerOptions" object [plugin angular-css-resource] [tsconfig.json]
../../src/iotMapManager/tsconfig.json:22:2:
22 │ "strict": false, // Strict types, eg. prohibits `var x=0; x=null`
╵ ~~~~~~~~
The plugin "angular-css-resource" was triggered by this import
../../src/iotMapManager/css/map.css:17:24:
17 │ background-image: url('../img/Layers.png');