AFFiNE/packages/workspace/tsconfig.json
2023-06-09 16:43:46 +08:00

17 lines
345 B
JSON

{
"extends": "../../tsconfig.json",
"include": ["./src"],
"compilerOptions": {
"noEmit": false,
"outDir": "lib"
},
"references": [
{ "path": "../../tests/fixtures" },
{ "path": "../y-indexeddb" },
{ "path": "../env" },
{ "path": "../debug" },
{ "path": "../hooks" },
{ "path": "../plugin-infra" }
]
}