sgjm

Results 2 comments of sgjm

> I believe you are using tsc for compilation, so you should include these additional compile options as below: > > ``` > "preserveConstEnums": false > "isolatedModules": false > ```...

> What is the current issue I changed `tsconfig.json` to ```json { "compilerOptions": { "module": "amd", "lib": [ "dom", "esnext" ], "target": "esnext", "removeComments": true, "outDir": "./dist", "preserveConstEnums": false, "isolatedModules":...