mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
26 lines
447 B
JSON
26 lines
447 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src/",
|
|
"outDir": "./dist/",
|
|
"noEmit": false,
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"include": ["./src", "./src/**/*.json"],
|
|
"references": [
|
|
{
|
|
"path": "../framework/global"
|
|
},
|
|
{
|
|
"path": "../framework/store"
|
|
},
|
|
{
|
|
"path": "../framework/block-std"
|
|
},
|
|
{
|
|
"path": "../blocks"
|
|
}
|
|
]
|
|
}
|