DefinitelyTyped/types/imurmurhash/tsconfig.json
Jiayu Liu 450bf11379 Add imurmurhash (#36111)
* init commit

* add types

* fix lint error

* fix per comment

* fix per comment
2019-06-19 16:09:01 -07:00

18 lines
459 B
JSON

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