Files
DefinitelyTyped/levenshtein/tsconfig.json
Joshua DeVinney 973846f739 Levenshtein Typings [Types-2.0] (#11965)
* Adding Levenshtein typings

* Strict null checks on levenshtein
2016-10-28 23:22:49 +09:00

19 lines
401 B
JSON

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