From 05f99bc119f75b94ce2dabf4cf17c6f7f336dde8 Mon Sep 17 00:00:00 2001 From: Syncfusion-JavaScript Date: Fri, 17 Feb 2017 14:45:56 +0530 Subject: [PATCH] tslint.json added. --- ej.web.all/tsconfig.json | 2 +- ej.web.all/tslint.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 ej.web.all/tslint.json 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