Initial commit

This commit is contained in:
Sean Goedecke
2025-04-04 07:27:58 +11:00
committed by GitHub
commit 0905e36402
47 changed files with 40133 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./tsconfig.base.json",
"compilerOptions": {
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "./dist"
},
"exclude": ["__fixtures__", "__tests__", "coverage", "dist", "node_modules"],
"include": ["src"]
}