mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 16:46:16 +00:00
19 lines
274 B
JSON
19 lines
274 B
JSON
{
|
|
"files": [],
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.app.json"
|
|
},
|
|
{
|
|
"path": "./tsconfig.node.json"
|
|
}
|
|
],
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
},
|
|
"types": ["vite-plugin-pwa/client"]
|
|
}
|
|
}
|