mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
* 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
11 lines
194 B
JSON
11 lines
194 B
JSON
{
|
|
"extends": "../tsconfig.base",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"target": "ESNext"
|
|
},
|
|
"include": ["*.ts"]
|
|
}
|