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>
23 lines
420 B
JSON
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/**"
|
|
]
|
|
}
|