@ombori/epc-ean
Version:
EPC Tag Data Standard encoding and decoding library, written in javascript
21 lines (20 loc) • 524 B
JSON
{
"include": ["src/**/*"],
"compilerOptions": {
"target": "es6",
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "commonjs",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": false,
"baseUrl": "src",
"declaration": true,
"emitDeclarationOnly": false,
"outDir": "dist"
}
}