TypeScript ES6 import module “File is not a module error”
Extended – to provide more details based on some comments The error Error TS2306: File ‘test.ts’ is not a module. Comes from the fact described here http://exploringjs.com/es6/ch_modules.html 17. Modules This chapter explains how the built-in modules work in ECMAScript 6. 17.1 Overview In ECMAScript 6, modules are stored in files. There is exactly one module … Read more