AFFiNE/packages/infra/tsconfig.json

16 lines
261 B
JSON
Raw Normal View History

2023-06-08 04:41:20 +03:00
{
"extends": "../../tsconfig.json",
"include": ["./src"],
"compilerOptions": {
"composite": true,
"noEmit": false,
2023-07-18 19:53:10 +03:00
"moduleResolution": "Node16",
2023-06-08 04:41:20 +03:00
"outDir": "lib"
},
"references": [
{
"path": "./tsconfig.node.json"
}
]
}