2025-03-24 22:56:10 +01:00

13 lines
167 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"outDir": "lib",
"sourceMap": true,
"target": "ES5",
"declaration": true
},
"files": [
"src/index.ts"
]
}