mirror of
https://github.com/vrcx-team/VRCX.git
synced 2026-04-05 16:21:59 +02:00
18 lines
291 B
JSON
18 lines
291 B
JSON
{
|
|
"files": [],
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.app.json"
|
|
},
|
|
{
|
|
"path": "./tsconfig.node.json"
|
|
}
|
|
],
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"*": ["./*"],
|
|
"@/*": ["./src/*"]
|
|
}
|
|
}
|
|
}
|