Style updates

This commit is contained in:
Endeavorance 2025-03-21 12:20:51 -04:00
parent a9a979c5f8
commit e7218143ec
18 changed files with 928 additions and 230 deletions

View file

@ -12,7 +12,7 @@
"allowJs": true,
// Bundler mode
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"allowArbitraryExtensions": true,
"verbatimModuleSyntax": true,
"noEmit": true,
// Best practices
@ -35,5 +35,10 @@
"./util/index.ts"
],
}
}
},
"include": [
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.css",
]
}