diff --git a/tsconfig.json b/tsconfig.json index af28dc9..6317cc7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,4 +1,7 @@ { "extends": "./node_modules/astro/tsconfigs/strictest.json", - "exclude": ["cypress"] + "exclude": ["cypress"], + "compilerOptions": { + "baseUrl": "src" + } }