mirror of
https://github.com/bitwarden/browser
synced 2026-02-25 00:53:22 +00:00
Implement and extend tsconfig.base across projects (#14554)
* Implement and extend tsconfig.base across projects * fixup! Merge remote-tracking branch 'origin/main' into rename-tsconfig * fix: import tsconfig.base from components * fix: skip typechecking node modules * fixing tests * fix the tests for real * undo accidentally change
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"extends": "../libs/shared/tsconfig",
|
||||
"extends": "../tsconfig.base",
|
||||
"compilerOptions": {
|
||||
"strict": true,
|
||||
"outDir": "dist",
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
|
||||
Reference in New Issue
Block a user