n8n/packages/@n8n/mcp-browser-extension/tsconfig.json
Elias Meire 6bb90d43b6
feat: Rename extension to "Browser Use" and prepare for publishing (#27898)
Co-authored-by: Dimitri Lavrenük <dimitri.lavrenuek@n8n.io>
Co-authored-by: Dimitri Lavrenük <20122620+dlavrenuek@users.noreply.github.com>
2026-04-08 12:58:31 +00:00

15 lines
373 B
JSON

{
"extends": "@n8n/typescript-config/tsconfig.common.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist",
"module": "ESNext",
"moduleResolution": "bundler",
"target": "ES2022",
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"types": ["chrome", "vitest/globals", "vite/client"],
"skipLibCheck": true
},
"include": ["src/**/*.ts", "src/**/*.vue"]
}