mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-07 13:15:59 +08:00
Enable strictFunctionTypes (#20373)
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
"noImplicitAny": true,
|
||||
"noImplicitThis": true,
|
||||
"strictNullChecks": false,
|
||||
"strictFunctionTypes": true,
|
||||
"jsx": "preserve",
|
||||
"baseUrl": "../",
|
||||
"typeRoots": [
|
||||
@@ -23,4 +24,4 @@
|
||||
"lib/LinkContainer.d.ts",
|
||||
"react-router-bootstrap-tests.tsx"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user