{ "extends": "../../tsconfig.json", "compilerOptions": { "target": "ESNext", "outDir": "build", "sourceMap": true, "useUnknownInCatchVariables": false }, "include": ["src/**/*"] }