mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-26 01:27:42 +00:00
chore: fixup js imports for schema validators
This commit is contained in:
parent
928bd2a7cd
commit
00484a0e0f
2 changed files with 1 additions and 17 deletions
|
|
@ -1,28 +1,11 @@
|
|||
//@ts-expect-error
|
||||
import kpj from './schemas/kpj.schema.validator.mjs';
|
||||
|
||||
//@ts-expect-error
|
||||
import kpj90 from './schemas/kpj-9.0.schema.validator.mjs';
|
||||
|
||||
//@ts-expect-error
|
||||
import kvks from './schemas/kvks.schema.validator.mjs';
|
||||
|
||||
//@ts-expect-error
|
||||
import ldmlKeyboard3 from './schemas/ldml-keyboard3.schema.validator.mjs';
|
||||
|
||||
//@ts-expect-error
|
||||
import ldmlKeyboardTest3 from './schemas/ldml-keyboardtest3.schema.validator.mjs';
|
||||
|
||||
//@ts-expect-error
|
||||
import displayMap from './schemas/displaymap.schema.validator.mjs';
|
||||
|
||||
//@ts-expect-error
|
||||
import touchLayoutClean from './schemas/keyman-touch-layout.clean.spec.validator.mjs';
|
||||
|
||||
//@ts-expect-error
|
||||
import touchLayout from './schemas/keyman-touch-layout.spec.validator.mjs';
|
||||
|
||||
//@ts-expect-error
|
||||
import keyboard_info from './schemas/keyboard_info.schema.validator.mjs';
|
||||
|
||||
// How to use: https://ajv.js.org/standalone.html#using-the-validation-function-s
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
"strictBindCallApply": true,
|
||||
"strictFunctionTypes": true,
|
||||
"noUnusedLocals": true,
|
||||
"allowJs": true,
|
||||
|
||||
"rootDir": ".",
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue