Cannot use JSX unless the '--jsx' flag is provided
// Inside of tsconfig, include was set only to /src, Change to:
"include": [
"./src/**/*.ts"
]
Cannot use JSX unless the '--jsx' flag is provided
// Inside of tsconfig, include was set only to /src, Change to:
"include": [
"./src/**/*.ts"
]
Cannot use JSX unless the '--jsx' flag is provided.ts(17004)
// if "jsx": "react" is being overwritten, do this if on VSCode editor:
// 1. Go to the command palette CTRL+Shift+P.
// 2. Choose "TypeScript: Select a TypeScript Version...".
// 3. Choose "Use workspace Version".
//Should be sorted, The problem is VSCode using an older version of typescript, while the typescript version shipped with the project is a later version.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us