Skip to content

Commit 424897f

Browse files
committed
add path to bcms types
1 parent f7dd877 commit 424897f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,10 @@
44
"dist",
55
"node_modules",
66
"playground",
7-
]
7+
],
8+
"compilerOptions": {
9+
"paths": {
10+
"#bcms-types": ["./bcms/type/ts"]
11+
},
12+
}
813
}

0 commit comments

Comments
 (0)