This commit is contained in:
Frostebite
2025-12-04 22:32:47 +00:00
parent 1eca7bb6b9
commit 945dec774c
8 changed files with 388 additions and 65 deletions
+1
View File
@@ -9,5 +9,6 @@
"noImplicitAny": true /* Raise error on expressions and declarations with an implied 'any' type. */,
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
},
"include": ["src/**/*", "types/**/*"],
"exclude": ["node_modules", "dist"]
}