-
Notifications
You must be signed in to change notification settings - Fork 800
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
question: cannot find namespace 'ValidatorJS'. #510
Comments
I am getting the same issue |
Setting |
I am getting the same issue and setting |
setting "skipLibCheck": true in |
I fixed the issue by setting @types/validator in devDependencies:
Setting "skibLibCheck": true would 'fix' the compiler error but you might as well NOT be using TS - so fail to understand the 12 upvotes. |
Please try |
Closing in favour of #468 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
getting an error while transpile, tsc --project ./tsconfig.build.json
node_modules/class-validator/validation/Validator.d.ts:383:38 - error TS2503: Cannot find namespace 'ValidatorJS'.
383 isISSN(value: unknown, options?: ValidatorJS.IsISSNOptions): boolean;
The text was updated successfully, but these errors were encountered: