Files
AFFiNE-Mirror/blocksuite/playground/tsconfig.json
T

18 lines
428 B
JSON

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