diff --git a/ej.web.all/tsconfig.json b/ej.web.all/tsconfig.json index 3a1cd27967..0594221ccb 100644 --- a/ej.web.all/tsconfig.json +++ b/ej.web.all/tsconfig.json @@ -12,7 +12,7 @@ "typeRoots": [ "../" ], - "types": [], + "types": ["jquery"], "noEmit": true, "forceConsistentCasingInFileNames": true }, diff --git a/ej.web.all/tslint.json b/ej.web.all/tslint.json new file mode 100644 index 0000000000..2221e40e4a --- /dev/null +++ b/ej.web.all/tslint.json @@ -0,0 +1 @@ +{ "extends": "../tslint.json" } \ No newline at end of file