mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-06 04:34:24 +08:00
* Types for check-types * added version * added tsconfig.json * fixes for tslint * tests, some improv * missing semicolon fix * added tests file to tsconfig * fixed errors * removed redundant comment * updated tests and types with info from creator of lib
21 lines
399 B
JSON
21 lines
399 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": ["es6"],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"check-types-tests.ts"
|
|
]
|
|
} |