Files
DefinitelyTyped/murmurhash-js/tsconfig.json
2016-10-23 21:08:01 +07:00

20 lines
405 B
JSON

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