tslint.json added.

This commit is contained in:
Syncfusion-JavaScript
2017-02-17 14:45:56 +05:30
parent 27da01598c
commit 05f99bc119
2 changed files with 2 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
"typeRoots": [
"../"
],
"types": [],
"types": ["jquery"],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},

1
ej.web.all/tslint.json Normal file
View File

@@ -0,0 +1 @@
{ "extends": "../tslint.json" }