error TS1005: ',' expected when buildin with Typescript. #958
Replies: 1 comment
-
|
Turnesd out my TS version was outdated, Upgrading TS version helped solve the issue :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am getting a lot of TS errors when building a TypeScript project that is importing IMask.

Have anyone encountered that issue or know a possible fix?
My tsconfig.json:
{ "compilerOptions": { "rootDir": "src", "composite": true, "outDir": "dist", "skipLibCheck": true, "allowSyntheticDefaultImports": true, "types": ["cypress", "cypress-axe"] }, "exclude": ["node_modules"], "include": ["**/*.ts"] }Beta Was this translation helpful? Give feedback.
All reactions