@password-generator/package
Version:
Package with the algorithm to generate password
30 lines (29 loc) • 589 B
JSON
{
"compilerOptions": {
"target": "ES2017",
"module": "commonjs",
"lib": [
"ES6"
],
"allowJs": true,
"outDir": "./dist",
"rootDir": "./src",
"declaration": true,
"removeComments": true,
"typeRoots": [
"./node_modules/@types",
"./src/@types"
],
"esModuleInterop": true,
"resolveJsonModule": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {}
},
"include": [
"./src/**/*"
]
}