feat: add spectrum monitoring performance prototype

This commit is contained in:
aper
2026-08-05 00:46:52 +08:00
commit 4186840fa4
20 changed files with 3882 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"allowImportingTsExtensions": true,
"noEmit": true
},
"include": ["vite.config.ts"]
}