mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-18 07:51:48 +08:00
follow pull request template
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"jsx": "react",
|
||||
"noImplicitAny": true,
|
||||
"noImplicitThis": true,
|
||||
"strictNullChecks": false,
|
||||
"strictNullChecks": true,
|
||||
"baseUrl": "../",
|
||||
"typeRoots": [
|
||||
"../"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"rules": {
|
||||
// All of the different "export default" lines in the index.d.ts
|
||||
// appear to be triggering this. Remove this when I know of a way
|
||||
// to declare a default export across multiple packages.
|
||||
// to declare a default export across multiple package/subpackages.
|
||||
"strict-export-declare-modifiers": false,
|
||||
|
||||
// This is a pretty generic one to have to ignore, but it's because
|
||||
|
||||
Reference in New Issue
Block a user