Files
AFFiNE-Mirror/blocksuite/presets/tsconfig.json
2024-12-30 16:15:34 +00:00

20 lines
340 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"rootDir": "./src/",
"outDir": "./dist/",
"noEmit": false,
"resolveJsonModule": true,
"esModuleInterop": true
},
"include": ["./src", "./src/**/*.json"],
"references": [
{
"path": "../framework"
},
{
"path": "../blocks"
}
]
}