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

15 lines
319 B
JSON

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