mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-14 16:44:07 -08:00
13 lines
238 B
JSON
13 lines
238 B
JSON
|
{
|
||
|
"extends": ["../../../tsconfig.json"],
|
||
|
"compilerOptions": {
|
||
|
"rootDir": ".",
|
||
|
"baseUrl": "src",
|
||
|
"strict": true,
|
||
|
"noEmit": true,
|
||
|
"skipLibCheck": true,
|
||
|
"esModuleInterop": true
|
||
|
},
|
||
|
"include": ["src/**/*.ts", "test/**/*.ts"]
|
||
|
}
|