AFFiNE/packages/workspace/tsconfig.json

17 lines
345 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig.json",
2023-06-07 17:47:02 +03:00
"include": ["./src"],
"compilerOptions": {
"noEmit": false,
"outDir": "lib"
},
"references": [
{ "path": "../../tests/fixtures" },
{ "path": "../y-indexeddb" },
{ "path": "../env" },
{ "path": "../debug" },
2023-06-09 11:43:46 +03:00
{ "path": "../hooks" },
{ "path": "../plugin-infra" }
]
}