Initial commit: OneOS prototype workspace baseline.
Include weekly report and other prototype sources with project tooling config. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
19
tsconfig.typecheck.json
Normal file
19
tsconfig.typecheck.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user