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
10 lines
173 B
JSON
10 lines
173 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./ignored",
|
|
"rootDir": ".",
|
|
"types": ["bun"]
|
|
},
|
|
"include": ["./**/*.ts", "./**/*.js"]
|
|
}
|