Answers for "import from as typescript"

1

import js file in typescript

// Add to tsconfig.json:
{
  "compilerOptions": {
      ...
      "allowJs": true
      ...
  }
}
  
import MyModule from './../pages/MyModule';
Posted by: Guest on April-27-2021

Code answers related to "import from as typescript"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language