AFFiNE/packages/frontend/graphql/tsconfig.json
2023-10-18 15:30:08 +00:00

15 lines
226 B
JSON

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