diff --git a/apps/api/tsconfig.json b/apps/api/tsconfig.json index a5fbae0..797ae5c 100644 --- a/apps/api/tsconfig.json +++ b/apps/api/tsconfig.json @@ -9,10 +9,12 @@ "target": "ES2021", "sourceMap": true, "outDir": "./dist", + "rootDir": "./src", "baseUrl": "./", "incremental": true, "skipLibCheck": true, "strictNullChecks": true, "noImplicitAny": true - } + }, + "include": ["src/**/*"] }