DefinitelyTyped/types/standard-version/tsconfig.json
Kwok Chi Leong 40e813b932 [conventional-changelog] Added and updated type definitions (#41639)
* [conventional-commits-parser] Added type definitions for conventional-commits-parser

* [git-raw-commits] Added type definitions for git-raw-commits

* [conventional-commits-parser] Updated conventionalCommitsParser.Commit

* [conventional-changelog-writer] Added type definitions for conventional-changelog-writer

* [conventional-changelog-writer] Updated conventionalChangelogWriter.Options.Sort

* [conventional-commits-parser] Removed spaces

* [conventional-changelog-writer] Fixed typing

* [conventional-changelog-writer] Updated generics

* [conventional-changelog-writer] Updated names of interfaces and types

* [conventional-commits-parser] Updated tests

* [conventional-changelog-core] Added type definitions

* [conventional-changelog-preset-loader] Added type definitions

* [conventional-recommended-bump] Added type definitions

* [conventional-changelog-core] Relocated `// $ExpectType`; altered the name of the namespace

* [conventional-changelog-preset-loader] Altered the name of the namespace

* [conventional-commits-parser] Altered the name of the namespace

* [conventional-recommended-bump] Altered the name of the namespace

* [conventional-changelog-core] Removed the extra `// $ExpectType`

* [conventional-changelog-core] Added `recommendedBumpOpts` to `conventionalChangelogCore.Options.Config.Object`

* [conventional-changelog-core] Updated some generics

* [conventional-changelog-preset-loader] Added `conventionalChangelogPresetLoader.Builder`

* [conventional-changelog-config-spec] Added type definitions

* [conventional-changelog-core] Rearranged `import`s

* [conventional-changelog] Added type definitions

* [standard-version] Added type definitions

* [conventional-changelog-config-spec] Added  `OTHER_FILES.txt`

* [conventional-changelog-config] Updated `OTHER_FILES.txt`

* [conventional-changelog-preset-loader] Removed default value for some type parameters
2020-01-17 12:46:38 -05:00

26 lines
549 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"dom",
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"esModuleInterop": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"standard-version-tests.ts"
]
}