Merge pull request #3584 from gradido/fix_editor_warningds

fix(workflow): editor warnings
This commit is contained in:
einhornimmond 2025-11-27 17:47:40 +01:00 committed by GitHub
commit 942062ff93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -87,7 +87,9 @@
"forceConsistentCasingInFileNames": true, /* Disallow inconsistently-cased references to the same file. */
},
"include": [
"../core/src/types"
"../core/src/types",
"src",
"test"
],
"ts-node": {
"swc": true

View File

@ -87,6 +87,8 @@
},
"include": [
"../core/src/types",
"src",
"test"
],
"ts-node": {
"swc": true