X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=inline;f=tsconfig.json;h=0944a20d2e668c7a64c63341c04717c1144ec93f;hb=8b6da9886c4ad2fd13120cd2c94b6995ff8eb221;hp=d84bff427ead290e9bd72da37d9472b595183e56;hpb=5b43123fc02370da77b9265aeec62edbdbc83728;p=e-mobility-charging-stations-simulator.git diff --git a/tsconfig.json b/tsconfig.json index d84bff42..0944a20d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -68,6 +68,7 @@ "skipLibCheck": true, /* Skip type checking of declaration files. */ "forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */ }, + "exclude": ["ui/web/**/*.ts"], "ts-node": { "compilerOptions": { "module": "commonjs"