mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-14 08:34:07 -08: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"]
|
|
}
|