1
0
mirror of https://github.com/danog/fast-srp.git synced 2024-11-26 20:04:49 +01:00
fast-srp/tsconfig.json
Samuel Elliott d8e2938064
Convert to TypeScript and add support for saved verifiers (#1)
* TypeScript and support using saved verifiers

* Restored functionality of tests

* Added HAP test vectors
2020-04-12 19:39:09 +02:00

13 lines
209 B
JSON

{
"compilerOptions": {
"strict": true,
"declaration": true,
"sourceMap": true,
"rootDir": "src",
"outDir": "dist"
},
"include": [
"src/**/*"
]
}