mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-18 11:06:19 +00:00
* feat: gen cdp types * feat: move apis to use typed cdp * fix: lint errors on scripts/codegen * fix: lint errors on scripts/codegen
10 lines
173 B
JSON
10 lines
173 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./ignored",
|
|
"rootDir": ".",
|
|
"types": ["bun"]
|
|
},
|
|
"include": ["./**/*.ts", "./**/*.js"]
|
|
}
|