coded-exception/tsconfig.json

10 lines
162 B
JSON
Raw Permalink Normal View History

2026-05-17 17:50:27 +02:00
{
"extends": "@tsconfig/node-lts",
"compilerOptions": {
"declaration": true,
"outDir": "lib",
"rootDir": "src"
},
"files": ["src/index.ts"]
}