Finalise release details

This commit is contained in:
Fred Boniface
2025-06-26 21:14:27 +01:00
parent 6733bd1669
commit e5a06db550
8 changed files with 64 additions and 7 deletions

14
tsconfig.json Normal file
View File

@@ -0,0 +1,14 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "ES2020",
"moduleResolution": "node",
"outDir": "dist",
"rootDir": "src",
"strict": true,
"esModuleInterop": true,
"removeComments": true,
"resolveJsonModule": true
},
"include": ["src/**/*"]
}