chore(config): 🔧 Update TypeScript compiler settings to enforce stricter type-checking and modernize options

This commit is contained in:
Lilith 2026-01-25 18:13:17 -08:00
parent d330f7fb60
commit 3b257dc7b2

8
tsconfig.json Normal file
View file

@ -0,0 +1,8 @@
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist"
},
"include": ["src/**/*"]
}