Files
OneOS1.2/tsconfig.typecheck.json
王冕 d71ebc5727 Add ONE-OS Web legacy prototypes and sidebar menu folder.
Import desktop web originals into dedicated prototypes with a shared legacy shell, sync script, and a new「ONE-OS Web 端」sidebar section for review alongside existing refactored pages.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-30 16:36:38 +08:00

23 lines
420 B
JSON

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"allowImportingTsExtensions": true,
"allowJs": true,
"checkJs": false
},
"files": [
"scripts/sync-project-metadata.d.ts",
"vite-plugins/utils/entriesManifestCore.d.ts"
],
"include": [
"src",
"scripts",
"tests",
"vite-plugins",
"vite.config.ts"
],
"exclude": [
"src/resources/oneos-web-legacy/**"
]
}