{ "extends": "../../tsconfig.base.json", "compilerOptions": { "module": "ESNext", "jsx": "react-jsx", "baseUrl": ".", "paths": { "@/*": ["./*"] } }, "include": ["./**/*", "../server/**/*"] }