diff --git a/tsconfig.json b/tsconfig.json index f0fa8e41..03fe6a26 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { - "target": "es6", - "module": "amd", + "target": "es5", + "module": "none", "jsx": "react", "jsxFactory": "mszCreateElement", "removeComments": true,