diff --git a/tsconfig.build.json b/tsconfig.build.json index 2cc5434..1f35cf3 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -2,6 +2,8 @@ "extends": "./tsconfig.json", "compilerOptions": { // Build settings + "target": "ES5", + "module": "ES2020", "newLine": "LF", "charset": "utf-8", "sourceMap": true,