Skip to content

Commit 8b67610

Browse files
committed
fix: typescript paths
1 parent 22fbd7b commit 8b67610

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tsconfig-base.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
"lib": ["ES2017"],
66
"declaration": true,
77
"skipLibCheck": true,
8-
"isolatedModules": true
8+
"isolatedModules": true,
9+
"paths": {
10+
"@native-html/transient-render-engine": [
11+
"./packages/transient-render-engine/src"
12+
],
13+
"@native-html/css-processor": ["./packages/css-processor/src"]
14+
}
915
}
1016
}

0 commit comments

Comments
 (0)