tsconfig.json 116 B

123456
  1. {
  2. "compilerOptions": {
  3. // for importing types from JSON files:
  4. "resolveJsonModule": true
  5. }
  6. }