{ "extends": "../../tsconfig.app.json", "compilerOptions": { "paths": { "@/*": ["./src/*"] }, "jsx": "react-jsx", "jsxImportSource": "react" }, "include": ["src"], "references": [ { "path": "./tsconfig.node.json" } ] }