Files
AFFiNE-Mirror/packages/env/tsconfig.json
Himself65 7f3632a25e feat: add infra code (#2718)
(cherry picked from commit f3fd5ff76b)
2023-06-08 18:28:59 +08:00

15 lines
215 B
JSON

{
"extends": "../../tsconfig.json",
"include": ["./src"],
"compilerOptions": {
"composite": true,
"noEmit": false,
"outDir": "lib"
},
"references": [
{
"path": "../infra"
}
]
}