Files
AFFiNE-Mirror/blocksuite/playground/tsconfig.json
2025-03-09 05:44:26 +00:00

19 lines
468 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"target": "ES2024",
"rootDir": ".",
"outDir": "./dist",
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
},
"include": ["./apps", "./examples"],
"references": [
{ "path": "../affine/all" },
{ "path": "../affine/components" },
{ "path": "../affine/model" },
{ "path": "../affine/shared" },
{ "path": "../affine/data-view" },
{ "path": "../integration-test" }
]
}