Files
OneOS1.2/tsconfig.typecheck.json
王冕 7ef8852919 Initial commit: OneOS prototype workspace baseline.
Include weekly report and other prototype sources with project tooling config.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-26 15:36:52 +08:00

20 lines
360 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"
]
}