Update package and ts setup.

This commit is contained in:
Patrick Fic
2025-10-31 15:58:24 -07:00
parent be3918cbaf
commit de883bd483
4 changed files with 974 additions and 146 deletions

View File

@@ -16,6 +16,6 @@
"strict": true /* Enable all strict type-checking options. */,
"skipLibCheck": true /* Skip type checking all .d.ts files. */
},
"include": ["*.ts"],
"exclude": []
"include": ["**/*.ts"],
"exclude": ["node_modules", "dist"]
}