mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
a1b1f24ddf
Co-authored-by: Marcus <marcus@n8n.io>
16 lines
304 B
JSON
16 lines
304 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"types": ["node", "jest"],
|
|
"composite": true,
|
|
"noEmit": true,
|
|
"baseUrl": "src",
|
|
"paths": {
|
|
"@/*": ["./*"]
|
|
},
|
|
"tsBuildInfoFile": "dist/typecheck.tsbuildinfo"
|
|
},
|
|
"include": ["src/**/*.ts", "test/**/*.ts"]
|
|
}
|