refactor(stage-pocket): rename stage-capacitor to stage-pocket

This commit is contained in:
LemonNeko
2025-12-31 17:38:45 +08:00
parent 60c9175539
commit 61cf0aa88a
79 changed files with 184 additions and 111 deletions
+41
View File
@@ -0,0 +1,41 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"jsx": "preserve",
"lib": [
"DOM",
"ESNext",
"DOM.Iterable",
"DOM.AsyncIterable"
],
"paths": {
"@proj-airi/stage-ui/*": [
"../../packages/stage-ui/src/*"
],
"@proj-airi/stage-layouts/*": [
"../../packages/stage-layouts/src/*"
]
},
"resolveJsonModule": true,
"types": [
"vitest",
"vite/client",
"vite-plugin-vue-layouts/client",
"vite-plugin-pwa/client",
"vue-macros/macros-global",
"unplugin-vue-router/client",
"@types/audioworklet",
"unplugin-info/client",
"node"
],
"allowJs": true,
"strict": true,
"skipLibCheck": true
},
"vueCompilerOptions": {
"plugins": [
"@vue-macros/volar/define-models",
"@vue-macros/volar/define-slots"
]
}
}