X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Ftsconfig.json;h=eb8bcbce64544fd84d54c39c083e3be1018525df;hb=13aa228baf773556a558eae4b6aa6170d57941b7;hp=bec954778e960047070ed3707bd7ed621451b61b;hpb=5a983ff4d2a73c89f8894f0c17e9ae78cfe026a3;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/tsconfig.json b/ui/web/tsconfig.json index bec95477..eb8bcbce 100644 --- a/ui/web/tsconfig.json +++ b/ui/web/tsconfig.json @@ -1,16 +1,16 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "extends": ["@tsconfig/node20/tsconfig.json", "@vue/tsconfig/tsconfig.json"], + "extends": ["@tsconfig/node20/tsconfig.json", "@vue/tsconfig/tsconfig.dom.json"], "compilerOptions": { "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "sourceMap": true, + "composite": true, "baseUrl": ".", - "types": ["node", "mocha", "chai"], + "types": ["node", "jsdom"], "paths": { "@/*": ["src/*"] - }, - "lib": ["esnext", "dom"] + } }, "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "tests/**/*.ts", "tests/**/*.tsx"], "exclude": ["node_modules"]