AFFiNE/packages/common/sdk/tsconfig.json

16 lines
265 B
JSON
Raw Normal View History

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