python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Everytime I try to deploy functions I get "Cannot find type definition file for ..."
I am tired of seeing these errors, they are preventing me from deploying my code, what do they mean?
Currently I have this error:
error TS2688: Cannot find type definition file for 'linkifyjs 2'.
err...
Ripas55
Votes: 0
Answers: 1
tslint configuration issue in gulp project
I run, gulp bundle and I'm getting this error so any body know why it might be?
gulp --version
CLI version: 2.3.0
Local version: 4.0.2
node --version
v12.18.3

aasenomad
Votes: 0
Answers: 1
TS18007: JSX expressions may not use the comma operator. Did you mean to write an array?
Right after adding TypeScript into my react application, I've started getting these errors:
TS18007: JSX expressions may not use the comma operator. Did you mean to write an array?
Here are few snipp...

Rahul
Votes: 0
Answers: 2
When migrate to Eslint
I´m updating my aplication to the latest version of angular (13), and when updating to angular 11, i see that tslint has been deprecated.
The question is , should i migrate to eslint now or it is best...
Rômulo Sorato
Votes: 0
Answers: 1