Light Mode
Dark Mode
About the current JS/TypeScript version

TypeScript with following options:

const options = {
        module: typescript.ModuleKind.CommonJS,
        target: typescript.ScriptTarget.Latest,
        suppressOutputPathCheck: false,
        noEmitOnError: true,
        esModuleInterop: true,
        allowSyntheticDefaultImports: true,
    };
typescript.createCompilerHost(options);

Feel free to leave a comment in this post if you want to change/extend/improve something.

  • sticky
Created: April 25, 2020, 9:21 a.m.
Updated: Nov. 20, 2021, 8:57 a.m.
2
19
User avatar
oduvan