This website requires JavaScript.
Explore
Help
Sign In
mudhorn
/
n8n
Watch
1
Star
0
Fork
You've already forked n8n
0
mirror of
https://github.com/n8n-io/n8n.git
synced
2025-02-02 07:01:30 -08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
741e8299d6
n8n
/
tsconfig.backend.json
7 lines
75 B
JSON
Raw
Normal View
History
Unescape
Escape
refactor: Consolidate tsconfig and eslintrc files (no-changelog) (#6816) Co-authored-by: Csaba Tuncsik <csaba@n8n.io>
2023-08-01 08:32:43 -07:00
{
"compilerOptions"
:
{
"types"
:
[
"node"
,
"jest"
]
,
ci: Fix typescript incremental builds (no-changelog) (#7275) `tsBuildInfoFile` is supposed to be relative to `tsconfig` like `outDir` is. Because of this, we are currently saving the TS incremental build cache for all packages in the same file. This is likely causing issues where the built backend code sometimes does not accurately map to the current source code. This PR changes the incremental build setup to keep the cache in individual `dist` folders, like it used to be up until a 2 months ago, before https://github.com/n8n-io/n8n/pull/6816.
2023-09-29 04:26:06 -07:00
"noEmit"
:
true
refactor: Consolidate tsconfig and eslintrc files (no-changelog) (#6816) Co-authored-by: Csaba Tuncsik <csaba@n8n.io>
2023-08-01 08:32:43 -07:00
}
}
Reference in a new issue
Copy permalink