UNPKG

@foxt/js-srp

Version:

js-srp modified to add support for the SRP implementation used by Apple's iCloud.com

25 lines (24 loc) 617 B
{ "compilerOptions": { "downlevelIteration": true, "exactOptionalPropertyTypes": true, "jsx": "preserve", "lib": ["ES2022", "DOM"], "module": "ES2022", "moduleResolution": "node", "noFallthroughCasesInSwitch": true, "noImplicitAny": true, "noImplicitOverride": true, "noImplicitReturns": true, "noUncheckedIndexedAccess": true, "noUnusedLocals": true, "preserveConstEnums": true, "removeComments": true, "sourceMap": true, "strict": true, "target": "ES2022", "outDir": "dist" }, "include": ["src/**/*.ts"], "exclude": ["node_modules"] }