fix(package): fix ts memes

This commit is contained in:
AAGaming
2024-06-13 17:00:37 -04:00
parent 9f262097b9
commit ea19d62dab
4 changed files with 18 additions and 14 deletions

View File

@@ -15,9 +15,8 @@
"noImplicitAny": true,
"strict": true,
"removeComments": true,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true
"allowSyntheticDefaultImports": true
},
"include": ["src", "globals.d.ts"],
"include": ["src"],
"exclude": ["node_modules"]
}