mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-22 07:52:07 +03:00
13 lines
284 B
JSON
13 lines
284 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"allowJs": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"outDir": "lib"
|
|
},
|
|
"include": ["src", "package.json"],
|
|
"references": [{ "path": "../../packages/common/env" }]
|
|
}
|