diff --git a/static/tsconfig.json b/static/tsconfig.json index b329ede..ab5a4d8 100644 --- a/static/tsconfig.json +++ b/static/tsconfig.json @@ -1,6 +1,7 @@ { "compilerOptions": { - "target": "ES6", + "target": "es6", + "types": [], "allowJs": true, "checkJs": true, "declaration": true,