Fix error when compiling ormconfig

This commit is contained in:
Dragory 2022-06-26 15:02:34 +03:00
parent e760654c54
commit 6b44027eb4
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
4 changed files with 19 additions and 30 deletions

View file

@ -24,5 +24,5 @@
"useUnknownInCatchVariables": false,
"allowJs": true
},
"include": ["src/**/*.ts", "ormconfig.js"]
"include": ["src/**/*.ts"]
}