{ "extends": "../../tsconfig.json", "compilerOptions": { "esModuleInterop": true, "paths": { "@/*": ["./src/*"] } }, "include": [ ".", "../content", "../types", "../../build.json", "src/config.json" ], "references": [{ "path": "../../dashboard" }] }