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

@@ -27,6 +27,7 @@
"uuencode": "0.0.4"
},
"devDependencies": {
"@n8n/typescript-config": "workspace:*",
"@types/imap": "^0.8.40",
"@types/quoted-printable": "^1.0.2",
"@types/utf8": "^3.0.3",

View File

@@ -1,5 +1,5 @@
{
"extends": ["./tsconfig.json", "../../../tsconfig.build.json"],
"extends": ["./tsconfig.json", "@n8n/typescript-config/tsconfig.build.json"],
"compilerOptions": {
"composite": true,
"rootDir": "src",

View File

@@ -1,5 +1,5 @@
{
"extends": "../../../tsconfig.json",
"extends": "@n8n/typescript-config/tsconfig.common.json",
"compilerOptions": {
"rootDir": ".",
"types": ["node", "jest"],