Skip to content
New issue

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

Warnings while running test Angular project locally #214

Open
julien-deramond opened this issue May 28, 2024 · 0 comments
Open

Warnings while running test Angular project locally #214

julien-deramond opened this issue May 28, 2024 · 0 comments
Labels
enhancement New feature or request tests

Comments

@julien-deramond
Copy link
Member

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');
@julien-deramond julien-deramond added enhancement New feature or request tests labels May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request tests
Projects
None yet
Development

No branches or pull requests

1 participant