Skip to content

Commit e06e205

Browse files
committed
remove now-unnecessary rootDir config from package-level tsconfig.json files
1 parent 8a37a38 commit e06e205

File tree

16 files changed

+0
-16
lines changed

16 files changed

+0
-16
lines changed

packages/angular/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"extends": "../../tsconfig.json",
33
"include": ["src/**/*.ts"],
44
"compilerOptions": {
5-
"rootDir": "."
65
"experimentalDecorators": true
76
}
87
}

packages/browser/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
"extends": "../../tsconfig.json",
33
"include": ["src/**/*"],
44
"compilerOptions": {
5-
"rootDir": ".",
65
}
76
}

packages/core/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
"extends": "../../tsconfig.json",
33
"include": ["src/**/*.ts"],
44
"compilerOptions": {
5-
"rootDir": ".",
65
}
76
}

packages/gatsby/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"extends": "../../tsconfig.json",
33
"include": ["src/**/*.ts", "src/**/*.tsx"],
44
"compilerOptions": {
5-
"rootDir": ".",
65
"esModuleInterop": true,
76
"jsx": "react"
87
}

packages/hub/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
"extends": "../../tsconfig.json",
33
"include": ["src/**/*.ts"],
44
"compilerOptions": {
5-
"rootDir": ".",
65
}
76
}

packages/integrations/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"extends": "../../tsconfig.json",
33
"include": ["src/**/*.ts"],
44
"compilerOptions": {
5-
"rootDir": ".",
65
"esModuleInterop": true,
76
}
87
}

packages/minimal/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
"extends": "../../tsconfig.json",
33
"include": ["src/**/*.ts"],
44
"compilerOptions": {
5-
"rootDir": ".",
65
}
76
}

packages/nextjs/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
"extends": "../../tsconfig.json",
33
"include": ["src/**/*.ts"],
44
"compilerOptions": {
5-
"rootDir": ".",
65
}
76
}

packages/node/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
"extends": "../../tsconfig.json",
33
"include": ["src/**/*.ts"],
44
"compilerOptions": {
5-
"rootDir": ".",
65
}
76
}

packages/react/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"extends": "../../tsconfig.json",
33
"include": ["src/**/*.ts", "src/**/*.tsx"],
44
"compilerOptions": {
5-
"rootDir": ".",
65
"esModuleInterop": true,
76
"jsx": "react"
87
}

packages/serverless/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"extends": "../../tsconfig.json",
33
"include": ["src/**/*.ts"],
44
"compilerOptions": {
5-
"rootDir": ".",
65
"target": "ES2018",
76
}
87
}

packages/tracing/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
"extends": "../../tsconfig.json",
33
"include": ["src/**/*.ts"],
44
"compilerOptions": {
5-
"rootDir": ".",
65
}
76
}

packages/types/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
"extends": "../../tsconfig.json",
33
"include": ["src/**/*.ts"],
44
"compilerOptions": {
5-
"rootDir": ".",
65
}
76
}

packages/utils/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
"extends": "../../tsconfig.json",
33
"include": ["src/**/*.ts"],
44
"compilerOptions": {
5-
"rootDir": ".",
65
}
76
}

packages/vue/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"extends": "../../tsconfig.json",
33
"include": ["src/**/*.ts", "src/**/*.tsx"],
44
"compilerOptions": {
5-
"rootDir": ".",
65
"esModuleInterop": true,
76
}
87
}

packages/wasm/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
"include": ["src/**/*.ts"],
44
"compilerOptions": {
55
"esModuleInterop": true,
6-
"rootDir": ".",
76
}
87
}

0 commit comments

Comments
 (0)