From: Jérôme Benoit Date: Sat, 18 Mar 2023 11:15:11 +0000 (+0100) Subject: build(simulator): type check also declaration files X-Git-Tag: v1.1.95~2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=1949ac18d767c96788256224d3d17b2856536018;p=e-mobility-charging-stations-simulator.git build(simulator): type check also declaration files Signed-off-by: Jérôme Benoit --- diff --git a/tsconfig.json b/tsconfig.json index f2ad5e06..11eb8e2a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -43,7 +43,7 @@ /* Module Resolution Options */ "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */ - "resolveJsonModule": true, + "resolveJsonModule": true, /* Resolve modules imported with '.json' extension. */ // "baseUrl": "./", /* Base directory to resolve non-absolute module names. */ // "paths": {}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */ // "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */ @@ -65,7 +65,7 @@ "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */ /* Advanced Options */ - "skipLibCheck": true, /* Skip type checking of declaration files. */ + // "skipLibCheck": true, /* Skip type checking of declaration files. */ "forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */ }, "exclude": ["ui/web/**/*.ts"],