mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-29 13:20:49 -08:00
10 lines
198 B
JSON
10 lines
198 B
JSON
|
{
|
||
|
"extends": "../../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"rootDir": ".",
|
||
|
"tsBuildInfoFile": "dist/typecheck.tsbuildinfo",
|
||
|
"strict": true
|
||
|
},
|
||
|
"include": ["src/**/*.ts", "test/**/*.ts"]
|
||
|
}
|