Files
DefinitelyTyped/types/semver-compare/tsconfig.json
Kovács Vince 0f62f0016e Add type definitions for semver-compare (#19451)
* Initial type definitions for semver-compare

* Fix definitions

* Fix tslint errors
2017-08-30 17:01:32 -07:00

23 lines
458 B
JSON

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