pixkey
Version:
Identify, validate, format and normalize a Pix key type from a string
15 lines (14 loc) • 323 B
JSON
{
"compilerOptions": {
"target": "ES2019",
"module": "CommonJS",
"declaration": true,
"outDir": "lib",
"strict": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules", "lib", "test"]
}