DefinitelyTyped/types/fuzzyset/tsconfig.json
Louis Grignon abdfe2a6aa TypeScript definitions for fuzzyset library (#15860)
* pdf def file

* fuzzyset

* fuzzyset

* fuzzyset

* dtslint

* dtslint

* dtslint

* fuzzyset renamed to fuzzyset.js

* fuzzyset ok$

* fuzzyset ok
2017-04-20 07:33:59 -07:00

22 lines
451 B
JSON

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