refactor: Consolidate tsconfig and eslintrc files (no-changelog) (#6816)
Co-authored-by: Csaba Tuncsik <csaba@n8n.io>
This commit is contained in:
committed by
GitHub
parent
31d8f478ee
commit
34df8b6238
7
tsconfig.backend.json
Normal file
7
tsconfig.backend.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"types": ["node", "jest"],
|
||||
"noEmit": true,
|
||||
"tsBuildInfoFile": "dist/typecheck.tsbuildinfo"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user