AFFiNE/packages/i18n/tsconfig.json

19 lines
333 B
JSON
Raw Normal View History

2023-01-09 09:55:38 +03:00
{
2023-02-18 05:08:52 +03:00
"extends": "../../tsconfig.json",
"include": ["./src"],
"exclude": ["./src/resources", "./src/scripts"],
"compilerOptions": {
"noEmit": false,
"composite": true,
"outDir": "lib"
},
"references": [
{
"path": "./tsconfig.resources.json"
},
{
"path": "./tsconfig.node.json"
}
]
2023-01-09 09:55:38 +03:00
}