Fix react-router tsconfig

This commit is contained in:
Karol Janyst 2017-01-19 11:22:18 +09:00
parent 4b89363df8
commit 2bef57bed0
2 changed files with 3 additions and 7 deletions

View File

@ -23,5 +23,5 @@
"files": [
"index.d.ts",
"react-router-tests.tsx"
],
]
}

View File

@ -1,7 +1,3 @@
{
"extends": "../tslint.json",
"rules": {
"forbidden-types": false,
"no-empty-interface": false
}
}
"extends": "../tslint.json"
}