web-faq/tsconfig.json

25 lines
342 B
JSON
Raw Normal View History

2023-12-13 10:09:04 +07:00
{
"files": [],
"references": [
{
"path": "./tsconfig.config.json"
},
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.vitest.json"
}
],
"compilerOptions": {
/* other configs */
"paths": {
"@/*": [
"./*",
// r
]
},
/* other configs */
}
}