mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-14 16:44:07 -08:00
13 lines
256 B
JSON
13 lines
256 B
JSON
{
|
|
"extends": ["../../../tsconfig.json", "../../../tsconfig.backend.json"],
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"baseUrl": "src",
|
|
"paths": {
|
|
"@/*": ["./*"]
|
|
},
|
|
"tsBuildInfoFile": "dist/typecheck.tsbuildinfo"
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
}
|