mirror of
https://github.com/danog/fast-srp.git
synced 2024-11-26 20:04:49 +01:00
d8e2938064
* TypeScript and support using saved verifiers * Restored functionality of tests * Added HAP test vectors
13 lines
209 B
JSON
13 lines
209 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"rootDir": "src",
|
|
"outDir": "dist"
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
}
|