Skip to content

Commit b3d554e

Browse files
committed
chore: wip
1 parent 531f761 commit b3d554e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+191
-106
lines changed

storage/framework/core/actions/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"isolatedDeclarations": true,
44
"outDir": "./dist"
55
},
6-
"extends": "../tsconfig.json"
6+
"extends": "../tsconfig.lib.json"
77
}

storage/framework/core/ai/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"isolatedDeclarations": true,
44
"outDir": "./dist"
55
},
6-
"extends": "../tsconfig.json"
6+
"extends": "../tsconfig.lib.json"
77
}

storage/framework/core/alias/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"isolatedDeclarations": true,
44
"outDir": "./dist"
55
},
6-
"extends": "../tsconfig.json"
6+
"extends": "../tsconfig.lib.json"
77
}

storage/framework/core/analytics/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"isolatedDeclarations": true,
44
"outDir": "./dist"
55
},
6-
"extends": "../tsconfig.json"
6+
"extends": "../tsconfig.lib.json"
77
}

storage/framework/core/api/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"isolatedDeclarations": true,
44
"outDir": "./dist"
55
},
6-
"extends": "../tsconfig.json"
6+
"extends": "../tsconfig.lib.json"
77
}

storage/framework/core/arrays/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"isolatedDeclarations": true,
44
"outDir": "./dist"
55
},
6-
"extends": "../tsconfig.json"
6+
"extends": "../tsconfig.lib.json"
77
}

storage/framework/core/auth/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"isolatedDeclarations": true,
44
"outDir": "./dist"
55
},
6-
"extends": "../tsconfig.json"
6+
"extends": "../tsconfig.lib.json"
77
}

storage/framework/core/browser/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"isolatedDeclarations": true,
44
"outDir": "./dist"
55
},
6-
"extends": "../tsconfig.json"
6+
"extends": "../tsconfig.lib.json"
77
}

storage/framework/core/buddy/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"isolatedDeclarations": true,
44
"outDir": "./dist"
55
},
6-
"extends": "../tsconfig.json"
6+
"extends": "../tsconfig.lib.json"
77
}

storage/framework/core/build/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"isolatedDeclarations": true,
44
"outDir": "./dist"
55
},
6-
"extends": "../tsconfig.json"
6+
"extends": "../tsconfig.lib.json"
77
}

0 commit comments

Comments
 (0)