web-font/tsconfig.json
2024-08-19 18:10:09 +08:00

16 lines
203 B
JSON

{
"files": [],
"compilerOptions": {
"types": [
"txikijs"
]
},
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.node.json"
}
]
}