aamva-parser
Version:
Plugin to parse AAMVA Drivers License Data from the PDF417 barcode
17 lines (16 loc) • 444 B
JSON
{
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"strict": false,
"module": "ES2020", // more compatible with ESM tooling
"moduleResolution": "node",
"target": "ES6",
"esModuleInterop": true,
"declaration": true,
"declarationDir": "./dist",
"skipLibCheck": true
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules", "tests"]
}