We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7dd877 commit 424897fCopy full SHA for 424897f
1 file changed
tsconfig.json
@@ -4,5 +4,10 @@
4
"dist",
5
"node_modules",
6
"playground",
7
- ]
+ ],
8
+ "compilerOptions": {
9
+ "paths": {
10
+ "#bcms-types": ["./bcms/type/ts"]
11
+ },
12
+ }
13
}
0 commit comments