{
"compilerOptions": {
"noStrictGenericChecks": true,
"moduleResolution": "node",
"target": "es5",
"sourceMap": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"skipDefaultLibCheck": true,
"lib": ["es6", "dom"],
"types": ["node"]
},
"exclude": ["bin", "node_modules"],
"atom": {
"rewriteTsconfig": false
}
}
Code json file and build error visual studio
The noStrictGenericChecks
flag was introduced as part of TypeScript 2.4. Make sure you have the latest TypeScript version.
You can update your TypeScript version using if you are using globally installed TypeScript for compilation:
npm install -g typescript
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With