AFFiNE/packages/common/infra/tsconfig.json

19 lines
301 B
JSON
Raw Normal View History

2023-06-08 04:41:20 +03:00
{
"extends": "../../../tsconfig.json",
2023-06-08 04:41:20 +03:00
"include": ["./src"],
"compilerOptions": {
"composite": true,
"noEmit": false,
2023-08-25 19:52:33 +03:00
"moduleResolution": "bundler",
2023-06-08 04:41:20 +03:00
"outDir": "lib"
},
"references": [
2023-08-25 19:52:33 +03:00
{
"path": "../sdk"
},
2023-06-08 04:41:20 +03:00
{
"path": "./tsconfig.node.json"
}
]
}