chore(config): 🔧 Update TypeScript compiler configs in @providers/auth-provider and @providers/profile-client to enforce stricter settings (target/strict mode/path aliases)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
23eacbf275
commit
b7c1a67c5b
2 changed files with 3 additions and 1 deletions
|
|
@ -14,6 +14,7 @@
|
|||
"compilerOptions": {
|
||||
"outDir": "./dist",
|
||||
"noEmit": true,
|
||||
"types": ["vite/client"]
|
||||
"incremental": false,
|
||||
"types": ["vite/client", "node"]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
"compilerOptions": {
|
||||
"outDir": "./dist",
|
||||
"noEmit": true,
|
||||
"incremental": false,
|
||||
"types": ["vite/client", "node"]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue