@softcol/biometrics
Version:
Collection of utility methods for eLogic Biometrics
17 lines (16 loc) • 366 B
JSON
{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"declaration": true,
"declarationDir": "./types",
"outDir": "./dist",
"rootDir": "./src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": ["./src/**/*"],
"exclude": ["./test/**/*"]
}