Merge pull request #9701 from keymanapp/chore/common/types-for-schemas

chore: allowJs for imported schemas 🎺
This commit is contained in:
Marc Durdin 2023-10-11 11:18:41 +11:00 committed by GitHub
commit 9b1506c2fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,5 @@
{
"extends": "../../../../../tsconfig.esm-base.json",
"extends": "../../../../../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",

View file

@ -12,6 +12,7 @@
"strictBindCallApply": true,
"strictFunctionTypes": true,
"noUnusedLocals": true,
"allowJs": true,
"rootDir": ".",