Answers for "type module package json typescript"

2

import json typescript

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

node package.json type module

node --experimental-modules app.js
Posted by: Guest on July-29-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language