Skip to content

Commit f3388cf

Browse files
committed
fix: removed duped core types
Signed-off-by: Todd Baert <[email protected]>
1 parent 4114e63 commit f3388cf

File tree

6 files changed

+36
-0
lines changed

6 files changed

+36
-0
lines changed

packages/client/tsconfig.rollup.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"extends": "./tsconfig.json",
3+
"compilerOptions": {
4+
"paths": {}
5+
}
6+
}

packages/nest/tsconfig.rollup.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"extends": "./tsconfig.json",
3+
"compilerOptions": {
4+
"paths": {}
5+
}
6+
}

packages/react/tsconfig.rollup.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"extends": "./tsconfig.json",
3+
"compilerOptions": {
4+
"paths": {}
5+
}
6+
}

packages/server/tsconfig.rollup.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"extends": "./tsconfig.json",
3+
"compilerOptions": {
4+
"paths": {}
5+
}
6+
}

packages/shared/tsconfig.rollup.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"extends": "./tsconfig.json",
3+
"compilerOptions": {
4+
"paths": {}
5+
}
6+
}

tsconfig.rollup.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"extends": "./tsconfig.json",
3+
"compilerOptions": {
4+
"paths": {}
5+
}
6+
}

0 commit comments

Comments
 (0)