mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-06 23:57:40 +00:00
Merge pull request #9701 from keymanapp/chore/common/types-for-schemas
chore: allowJs for imported schemas 🎺
This commit is contained in:
commit
9b1506c2fd
2 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"extends": "../../../../../tsconfig.esm-base.json",
|
||||
"extends": "../../../../../tsconfig.base.json",
|
||||
|
||||
"compilerOptions": {
|
||||
"rootDir": ".",
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
"strictBindCallApply": true,
|
||||
"strictFunctionTypes": true,
|
||||
"noUnusedLocals": true,
|
||||
"allowJs": true,
|
||||
|
||||
"rootDir": ".",
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue