{ "extends": "../../../tsconfig.json", "compilerOptions": { "rootDir": "src", "outDir": "dist", "baseUrl": "src", "target": "esnext", "module": "esnext", "allowJs": true, "importHelpers": true, "incremental": false, "allowSyntheticDefaultImports": true, "resolveJsonModule": true, "types": ["vitest/globals"], "paths": { "@n8n/chat/*": ["./*"] }, "lib": ["esnext", "dom", "dom.iterable", "scripthost"], // TODO: remove all options below this line "useUnknownInCatchVariables": false }, "include": ["**/*.ts", "**/*.vue"] }