mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 05:17:28 -08:00
244520547b
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
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"]
|
|
}
|