X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tsconfig.json;h=11eb8e2a597e32ae1f0efce54694d799ef721b92;hb=6b632bf34df0b4fbc1cb32db8cd1fab58487e9f7;hp=f2ad5e06b3329188253576fd605a1bc61f85eba8;hpb=97f4c1a28d2fc4700a526b07c5c27411213db7df;p=e-mobility-charging-stations-simulator.git 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"],