Files
DefinitelyTyped/leven/tsconfig.json
Jan Alonzo 8d1b4a6eb1 Add type definitions for 'leven' (#14975)
* Add type definitions for 'leven'

* Fix lint issues

* set strictNullChecks = true
2017-03-09 22:07:05 -08:00

20 lines
426 B
JSON

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