Skip to content

Commit 8c3b972

Browse files
test
1 parent 37922bc commit 8c3b972

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.app.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"noUnusedLocals": true,
2121
"noUnusedParameters": true,
2222
"noFallthroughCasesInSwitch": true,
23-
"noUncheckedSideEffectImports": true
23+
"noUncheckedSideEffectImports": true,
24+
"baseUrl": "."
2425
},
2526
"include": ["src"]
2627
}

0 commit comments

Comments
 (0)