Files
DefinitelyTyped/types/undertaker-registry/tsconfig.json
Giedrius Grabauskas 94f553150d Types for undertaker-registry@1.0 (#16146)
* undertaker-registry initial commit.

* Created index.d.ts for undertaker-registry

* Created tslint.json for undertaker-registry

* Created tests for undertaker-registry.
2017-04-26 12:13:40 -07:00

23 lines
463 B
JSON

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