mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
74 lines
1.8 KiB
JSON
74 lines
1.8 KiB
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": false,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"annotated-commit.d.ts",
|
|
"blob.d.ts",
|
|
"buf.d.ts",
|
|
"checkout-options.d.ts",
|
|
"commit.d.ts",
|
|
"config.d.ts",
|
|
"convenient-patch.d.ts",
|
|
"diff-delta.d.ts",
|
|
"diff-file.d.ts",
|
|
"diff-perf-data.d.ts",
|
|
"diff.d.ts",
|
|
"enums.d.ts",
|
|
"fetch-options.d.ts",
|
|
"index-entry.d.ts",
|
|
"index.d.ts",
|
|
"merge-file-input.d.ts",
|
|
"merge-options.d.ts",
|
|
"merge.d.ts",
|
|
"nodegit-tests.ts",
|
|
"object.d.ts",
|
|
"odb-object.d.ts",
|
|
"odb.d.ts",
|
|
"oid-array.d.ts",
|
|
"oid.d.ts",
|
|
"push-options.d.ts",
|
|
"rebase-operation.d.ts",
|
|
"ref-db.d.ts",
|
|
"ref-log.d.ts",
|
|
"ref-spec.d.ts",
|
|
"reference.d.ts",
|
|
"remote-callbacks.d.ts",
|
|
"remote.d.ts",
|
|
"repository.d.ts",
|
|
"reset.d.ts",
|
|
"rev-parse.d.ts",
|
|
"rev-walk.d.ts",
|
|
"revert.d.ts",
|
|
"signature.d.ts",
|
|
"stash.d.ts",
|
|
"status-entry.d.ts",
|
|
"status-list.d.ts",
|
|
"status-options.d.ts",
|
|
"status.d.ts",
|
|
"str-array.d.ts",
|
|
"submodule-update-options.d.ts",
|
|
"submodule.d.ts",
|
|
"tag.d.ts",
|
|
"time.d.ts",
|
|
"transfer-progress.d.ts",
|
|
"transport.d.ts",
|
|
"tree-builder.d.ts",
|
|
"tree-entry.d.ts",
|
|
"tree.d.ts"
|
|
]
|
|
}
|