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