diff --git a/tsconfig.json b/tsconfig.json index 910bfbb9cfd..ae7700ef6af 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,8 @@ { "compilerOptions": { + "moduleResolution": "node", "noImplicitAny": true, - "module": "commonjs", + "module": "es6", "target": "ES2016", "allowJs": true, "sourceMap": true,