mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 01:26:44 +00:00
13 lines
259 B
JSON
13 lines
259 B
JSON
{
|
|
"extends": ["@n8n/typescript-config/tsconfig.common.json"],
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"baseUrl": "src",
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"include": ["src/**/*.ts", "test/**/*.ts"]
|
|
}
|