diff --git a/types/tsconfig.json b/types/tsconfig.json index faf555d6d3..9fe6765404 100644 --- a/types/tsconfig.json +++ b/types/tsconfig.json @@ -1,6 +1,7 @@ { "compilerOptions": { "baseUrl": ".", + "target": "ES6", "paths": { "mathjs": ["./index.d.ts"] },