Add apply version script, bump everything to 0.3.0

This commit is contained in:
Jon Staab
2025-05-15 14:33:59 -07:00
parent cc4575666f
commit 593a8c7401
17 changed files with 185 additions and 13 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"compilerOptions": {
"module": "commonjs",
"moduleResolution": "node",
"target": "esnext",
"sourceMap": true,
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"types": ["node"],
"noEmit": true
},
"include": [
"./**/*"
]
}