Home

js-spectre @60d4281bc8a6959c282aad6b27a847d6f07834a6 - refs - log -
-
https://git.jolheiser.com/js-spectre.git
JS implementation for spectre/masterpassword
js-spectre / tsconfig.build.json
- raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
{
  "extends": "./tsconfig.json",
  "include": ["lib"],
  "compilerOptions": {
    "outDir": "dist",
    "declaration": true,
    "target": "ES2022",
    "module": "Node16"
  }
}