tsconfig updated

This commit is contained in:
Syncfusion-JavaScript
2017-02-17 15:57:45 +05:30
parent 5db3349306
commit 1d1e06fdc5
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
{
{
"compilerOptions": {
"module": "commonjs",
"lib": [
@@ -6,8 +6,8 @@
"dom"
],
"noImplicitAny": true,
"noImplicitThis": false,
"strictNullChecks": false,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"

View File

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