mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-10 09:40:21 +08:00
8 lines
120 B
JSON
8 lines
120 B
JSON
{
|
|
"extends": "../tslint.json",
|
|
|
|
"noImplicitAny": "true",
|
|
"noImplicitThis": "true",
|
|
"strictNullChecks": "true"
|
|
}
|