diff --git a/dojo/tsconfig.json b/dojo/tsconfig.json index 79b9eb6b27..efcd51a49f 100644 --- a/dojo/tsconfig.json +++ b/dojo/tsconfig.json @@ -13,6 +13,7 @@ "forceConsistentCasingInFileNames": true }, "files": [ - "index.d.ts" + "index.d.ts", + "dijit.d.ts" ] -} \ No newline at end of file +}