{ "extends": "./tsconfig.json", "compilerOptions": { "outDir": "./dist/backend", "module": "ESNext" }, "include": ["backend/**/*.ts"] }