AFFiNE/packages/frontend/admin/tsconfig.json
2025-01-08 04:07:56 +00:00

16 lines
348 B
JSON

{
"extends": "../../../tsconfig.web.json",
"include": ["./src"],
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
},
"references": [
{ "path": "../component" },
{ "path": "../core" },
{ "path": "../graphql" },
{ "path": "../../common/infra" }
]
}