{ "extends": "../../tsconfig.json", "compilerOptions": { "noEmit": true, "target": "ES2020", "lib": ["ES2020"], "baseUrl": "../..", "paths": { "~/*": ["./src/*"] } }, "include": ["./**/*.ts"], "exclude": ["node_modules"] }