mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
17 lines
296 B
JSON
17 lines
296 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["node"],
|
|
"moduleResolution": "bundler",
|
|
"composite": true,
|
|
"rootDir": "./src",
|
|
"outDir": "./dist"
|
|
},
|
|
"include": ["./src"],
|
|
"references": [
|
|
{
|
|
"path": "../../packages/common/env"
|
|
}
|
|
]
|
|
}
|