mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-06 17:02:53 +00:00
- create v2 for compatibility - update API according to release notes: - `callback` option removed - `fetchInfo` method added - remove `checkNpm` method - `boxenOptions` renamed - `distTag` option added - deprecate `packageName` and `packageVersion` - enumerate update info types Thanks!
25 lines
515 B
JSON
25 lines
515 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"update-notifier-tests.ts"
|
|
]
|
|
}
|