mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-01 12:44:43 +00:00
fix missing includes
This commit is contained in:
parent
aa4bef4a83
commit
4dbe3a86f2
@ -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
|
||||
|
||||
@ -87,6 +87,8 @@
|
||||
},
|
||||
"include": [
|
||||
"../core/src/types",
|
||||
"src",
|
||||
"test"
|
||||
],
|
||||
"ts-node": {
|
||||
"swc": true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user