update lint configs and scripts

This commit is contained in:
itsMapleLeaf
2023-09-27 12:07:32 -05:00
parent 2abb61493e
commit 2c706f6791
9 changed files with 460 additions and 783 deletions

View File

@@ -1,15 +1,3 @@
{
"compilerOptions": {
"allowImportingTsExtensions": true,
"allowJs": true,
"checkJs": true,
"module": "esnext",
"moduleResolution": "bundler",
"noEmit": true,
"noUncheckedIndexedAccess": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"target": "esnext"
}
"extends": "@itsmapleleaf/configs/tsconfig"
}