{ "extends": "../../tsconfig.base", "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "react", "baseUrl": ".", "paths": { "~/*": ["./src/*"] } }, "exclude": ["node_modules", "dist", "public/api"] }