Files
DefinitelyTyped/argon2/tsconfig.json
2016-11-24 00:50:58 -08:00

20 lines
397 B
JSON

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