mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-07-11 15:46:33 +02:00
12 lines
205 B
JSON
12 lines
205 B
JSON
{
|
|
"extends": ["../../../tsconfig.json", "../../../tsconfig.backend.json"],
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"baseUrl": "src",
|
|
"paths": {
|
|
"@/*": ["./*"]
|
|
}
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
}
|