mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-18 11:06:19 +00:00
git-subtree-dir: packages/browseros-agent git-subtree-mainline:8f148d0918git-subtree-split:90bd4be300
35 lines
827 B
JSON
35 lines
827 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2023",
|
|
"lib": [
|
|
"ES2023",
|
|
"DOM",
|
|
"ES2024.Promise",
|
|
"ESNext.Iterator",
|
|
"ESNext.Collection",
|
|
"ESNext.Disposable"
|
|
],
|
|
"module": "esnext",
|
|
"moduleResolution": "bundler",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitOverride": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"incremental": true,
|
|
"allowJs": true,
|
|
"useUnknownInCatchVariables": false,
|
|
"composite": true,
|
|
"declaration": true,
|
|
"declarationMap": true
|
|
},
|
|
"references": [
|
|
{ "path": "./apps/server" },
|
|
{ "path": "./apps/controller-ext" }
|
|
],
|
|
"include": [],
|
|
"exclude": ["node_modules", "dist", "build", "*.config.js"]
|
|
}
|