Skip to content

Typescript Notes

tslint

  • Tslint - how to disable rules per line or section. // tslint:disable-line Use 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


Last update: April 13, 2020 16:50:19