Answers for "typescript node js import json"

1

import json typescript

// add this in your tsconfig.json file:
{
  "compilerOptions": {
    "resolveJsonModule": true
  }
}
Posted by: Guest on October-01-2021

Code answers related to "typescript node js import json"

Code answers related to "Javascript"

Browse Popular Code Answers by Language