diff --git a/src/tsconfig.json b/src/tsconfig.json index cd43795b89a..7b7bdf30a99 100644 --- a/src/tsconfig.json +++ b/src/tsconfig.json @@ -1,6 +1,7 @@ { "compilerOptions": { "module": "amd", + "moduleResolution": "classic", "noImplicitAny": false, "removeComments": false, "preserveConstEnums": true, @@ -8,4 +9,4 @@ "sourceMap": false, "experimentalDecorators": true } -} \ No newline at end of file +}