1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 13:23:34 +00:00

fix(nx-plugin): remove extra / from tsconfig.spec template (#15258)

This commit is contained in:
Addison Beck
2025-06-19 16:38:00 -04:00
committed by GitHub
parent 92100d1400
commit 662a973d62

View File

@@ -1,7 +1,7 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "<%= offsetFromRoot %>/dist/out-tsc",
"outDir": "<%= offsetFromRoot %>dist/out-tsc",
"module": "commonjs",
"moduleResolution": "node10",
"types": ["jest", "node"]