feat: 完善我的设备入口页

This commit is contained in:
czz
2026-05-08 14:46:31 +08:00
parent 9885f131da
commit 9a2f382dc9
5 changed files with 364 additions and 23 deletions

View File

@@ -0,0 +1,12 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": false,
"outDir": "tmp/devices-tests",
"module": "CommonJS",
"target": "ES2020",
"declaration": false,
"types": []
},
"include": ["src/pages/devices/device-data.ts"]
}