diff --git a/dashboard/tsconfig.json b/dashboard/tsconfig.json index a5ed3837..87f88db7 100644 --- a/dashboard/tsconfig.json +++ b/dashboard/tsconfig.json @@ -1,7 +1,8 @@ { "compilerOptions": { "moduleResolution": "node", - "module": "es2015", + "module": "esnext", + "sourceMap": true, "noImplicitAny": false, "allowSyntheticDefaultImports": true, "experimentalDecorators": true,