Skip to content

Commit 1e9abea

Browse files
committed
fixed a couple more tests
1 parent 590e071 commit 1e9abea

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

test/transpile/module-resolution/paths-base-tsconfig/tsconfig.base.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"compilerOptions": {
33
"rootDir": ".",
4-
"baseUrl": ".",
54
"paths": {
65
"mypackage": ["packages/mypackage/src/index.ts"],
76
"mypackage/*": ["packages/mypackage/src/*"]

test/transpile/module-resolution/paths-simple/myprogram/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"baseUrl": ".",
3+
"rootDir": ".",
44
"outDir": "dist",
55
"paths": {
66
"myOtherPackage": ["../mypackage"],

0 commit comments

Comments
 (0)