Skip to content

Commit e6eaa95

Browse files
halvaradopndom91
andauthored
fix(tsconfig): update extends property in packages configuration (#11666)
Co-authored-by: Nico Domino <[email protected]>
1 parent cfcb221 commit e6eaa95

File tree

29 files changed

+29
-29
lines changed

29 files changed

+29
-29
lines changed

packages/adapter-azure-tables/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "utils/tsconfig.json",
2+
"extends": "../utils/tsconfig.json",
33
"compilerOptions": {
44
"outDir": ".",
55
"rootDir": "src"

packages/adapter-d1/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "utils/tsconfig.json",
2+
"extends": "../utils/tsconfig.json",
33
"compilerOptions": {
44
"outDir": ".",
55
"rootDir": "src"

packages/adapter-dgraph/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "utils/tsconfig.json",
2+
"extends": "../utils/tsconfig.json",
33
"compilerOptions": {
44
"outDir": ".",
55
"rootDir": "src"

packages/adapter-drizzle/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "utils/tsconfig.json",
2+
"extends": "../utils/tsconfig.json",
33
"compilerOptions": {
44
"outDir": ".",
55
"rootDir": "src"

packages/adapter-dynamodb/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "utils/tsconfig.json",
2+
"extends": "../utils/tsconfig.json",
33
"compilerOptions": {
44
"outDir": ".",
55
"rootDir": "src"

packages/adapter-edgedb/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "utils/tsconfig.json",
2+
"extends": "../utils/tsconfig.json",
33
"compilerOptions": {
44
"outDir": ".",
55
"rootDir": "src"

packages/adapter-fauna/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "utils/tsconfig.json",
2+
"extends": "../utils/tsconfig.json",
33
"compilerOptions": {
44
"outDir": ".",
55
"rootDir": "src"

packages/adapter-firebase/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "utils/tsconfig.json",
2+
"extends": "../utils/tsconfig.json",
33
"compilerOptions": {
44
"outDir": ".",
55
"rootDir": "src"

packages/adapter-hasura/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "utils/tsconfig.json",
2+
"extends": "../utils/tsconfig.json",
33
"compilerOptions": {
44
"outDir": ".",
55
"rootDir": "src"

packages/adapter-kysely/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "utils/tsconfig.json",
2+
"extends": "../utils/tsconfig.json",
33
"compilerOptions": {
44
"outDir": ".",
55
"rootDir": "src"

0 commit comments

Comments
 (0)