Skip to content

Commit fb887ba

Browse files
committed
Add "rootDir": "." to tsconfig.build.json
...which appears to help with the "#src" import alias pattern
1 parent 547cfc1 commit fb887ba

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tsconfig.build.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"rewriteRelativeImportExtensions": true,
66
"outDir": "dist",
77
"declaration": true,
8-
"sourceMap": true
8+
"sourceMap": true,
9+
"rootDir": "."
910
}
1011
}

0 commit comments

Comments
 (0)