Fighting TS isn't worth the effort

This commit is contained in:
Oliver-Akins 2024-02-07 18:26:08 -07:00
parent 990a7c1bed
commit 1c737b3dc4
4 changed files with 2837 additions and 103 deletions

View file

@ -1,13 +0,0 @@
{
"compilerOptions": {
"checkJs": true,
"target": "ES6",
"types": [
"./foundry-augments.d.ts"
]
},
"include": [
"./module/**/*",
"foundry.js"
]
}