DefinitelyTyped/types/combine-source-map/tsconfig.json
TeamworkGuy2 bd91bdc631 [combine-source-map] Add combine-source-map@0.8.0 type definition (#16626)
* [combine-source-map] Add combine-source-map@0.8.0 type definition

* Fixed combine-source-map definition, added tslint.json
2017-06-03 15:02:14 -07:00

22 lines
461 B
JSON

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