diff --git a/src/components/utils/textKeyboardSimulator.d.ts b/src/components/utils/textKeyboardSimulator.d.ts deleted file mode 100644 index 435d68f9..00000000 --- a/src/components/utils/textKeyboardSimulator.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -declare module "textKeyboardSimulator " { - export const simulateType; -} diff --git a/tsconfig.json b/tsconfig.json index 7724a582..5e93dab3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -30,6 +30,7 @@ /* Incremental Build Options */ "incremental": true, /* "Classic" React JSX pragma */ - "jsx": "react" + "jsx": "react", + "allowJs": true } }