mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-07-12 08:06:34 +02:00
ef87da4c19
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
11 lines
258 B
JSON
11 lines
258 B
JSON
{
|
|
"extends": "@n8n/frontend-typescript-config",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"rootDir": ".",
|
|
"outDir": "dist",
|
|
"types": ["vite/client", "vitest/globals"]
|
|
},
|
|
"include": ["src/**/*.ts", "src/**/*.vue", "vite.config.ts", "tsup.config.ts"]
|
|
}
|