refactor: Move tsconfig.*.json files to separate npm package (no-changelog) (#13426)

This commit is contained in:
Alex Grozav
2025-02-25 20:45:50 +02:00
committed by GitHub
parent 288cce6370
commit 2f395fe89a
62 changed files with 200 additions and 99 deletions

View File

@@ -1,5 +1,8 @@
{
"extends": ["../../../tsconfig.json", "../../../tsconfig.backend.json"],
"extends": [
"@n8n/typescript-config/tsconfig.common.json",
"@n8n/typescript-config/tsconfig.backend.json"
],
"compilerOptions": {
"paths": {
"@utils/*": ["./utils/*"]