mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 04:47:29 -08:00
⚡ Make tsconfig.json files "fully" valid JSON files
This commit is contained in:
parent
2591e98333
commit
86e1c4a04f
|
@ -13,8 +13,6 @@
|
|||
"strictNullChecks": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"noImplicitReturns": true,
|
||||
// Have to deactivate for TypeORM
|
||||
// "strict": true,
|
||||
"preserveConstEnums": true,
|
||||
"resolveJsonModule": true,
|
||||
"declaration": true,
|
||||
|
@ -30,7 +28,7 @@
|
|||
"index.ts",
|
||||
"config/**/*",
|
||||
"src/**/*",
|
||||
"test/**/*",
|
||||
"test/**/*"
|
||||
],
|
||||
"exclude": [
|
||||
"dist/**/*",
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"include": [
|
||||
"**/*.d.ts",
|
||||
"src/**/*",
|
||||
"test/**/*",
|
||||
"test/**/*"
|
||||
],
|
||||
"exclude": [
|
||||
"dist/**/*",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"es2017"
|
||||
],
|
||||
"types": [
|
||||
"node",
|
||||
"node"
|
||||
],
|
||||
"module": "commonjs",
|
||||
"esModuleInterop": true,
|
||||
|
@ -22,7 +22,7 @@
|
|||
"**/*.d.ts",
|
||||
"commands/**/*",
|
||||
"index.ts",
|
||||
"src/**/*",
|
||||
"src/**/*"
|
||||
],
|
||||
"exclude": [
|
||||
"dist",
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"credentials/**/*",
|
||||
"src/**/*",
|
||||
"nodes/**/*",
|
||||
"test/**/*",
|
||||
"test/**/*"
|
||||
],
|
||||
"exclude": [
|
||||
"**/*.spec.ts"
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
"include": [
|
||||
"**/*.d.ts",
|
||||
"src/**/*",
|
||||
"test/**/*",
|
||||
"test/**/*"
|
||||
],
|
||||
"exclude": [
|
||||
"dist/**/*",
|
||||
|
|
Loading…
Reference in a new issue