AFFiNE/packages/env/tsconfig.json
2023-07-18 16:53:10 +00:00

19 lines
299 B
JSON

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