We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running npm run start in /test/angular has some warnings that would need to be fixed:
npm run start
/test/angular
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');
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Running
npm run start
in/test/angular
has some warnings that would need to be fixed:The text was updated successfully, but these errors were encountered: