Skip to content

Commit 35e83c4

Browse files
committed
chore: fix package builds
1 parent 9843a43 commit 35e83c4

2 files changed

Lines changed: 2 additions & 11 deletions

File tree

packages/render-html/tsconfig.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33
"extends": "../../tsconfig-base.json",
44
"compilerOptions": {
55
"experimentalDecorators": true,
6-
"emitDecoratorMetadata": true,
7-
"paths": {
8-
"@native-html/css-processor": ["../css-processor/src"],
9-
"@native-html/transient-render-engine": ["../transient-render-engine/src"],
10-
}
6+
"emitDecoratorMetadata": true
117
},
128
"include": ["src", "jest"],
139
}
Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
{
22
"$schema": "http://json.schemastore.org/tsconfig",
33
"extends": "../../tsconfig-base.json",
4-
"include": ["src"],
5-
"compilerOptions": {
6-
"paths": {
7-
"@native-html/css-processor": ["../css-processor/src"],
8-
}
9-
}
4+
"include": ["src"]
105
}

0 commit comments

Comments
 (0)