diff --git a/front/tsconfig.json b/front/tsconfig.json index 77da9dd..283dfb5 100644 --- a/front/tsconfig.json +++ b/front/tsconfig.json @@ -1,3 +1,8 @@ { - "extends": "astro/tsconfigs/strict" + "extends": "astro/tsconfigs/strict", + "compilerOptions": { + "baseUrl": "src", + // hide an issue with typescript + "noUnusedLocals": false + }, } \ No newline at end of file