Files

9 lines
199 B
JSON
Raw Permalink Normal View History

2026-07-27 00:18:42 +08:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": true
},
"files": ["src/app/main.ts", "src/vite-env.d.ts", "src/app/env.d.ts", "src/router/typings.d.ts"],
"include": []
}