Typescript Notes¶
tslint¶
-
Tslint - how to disable rules per line or section. // tslint:disable-lineUse eslint -
Import json file into a typescript product
- How to Import json into TypeScript
- Declare json in your typings file
- Vue - vue-shim.d.ts or index.d.ts
`js declare module "*.json" { const value: any; export default value; }
Issues¶
- Dealing with
this
- This in typescript
Last update: April 13, 2020 16:50:19