DefinitelyTyped/string-hash/tsconfig.json
Ethan Rubio f498c98b3b Add string-hash (#12499)
Refactor string-hash definition

Refactor string-hash to use commonjs
2016-11-05 19:11:01 -07: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",
"string-hash-tests.ts"
]
}