mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-19 00:26:34 +08:00
31 lines
636 B
JSON
31 lines
636 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": false,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"buf.d.ts",
|
|
"index.d.ts",
|
|
"nodegit-tests.ts",
|
|
"object.d.ts",
|
|
"odb.d.ts",
|
|
"oid.d.ts",
|
|
"reference.d.ts",
|
|
"repository.d.ts",
|
|
"signature.d.ts",
|
|
"time.d.ts",
|
|
]
|
|
}
|