Skip to content

Commit 23ff55c

Browse files
author
Krzysztof Borowy
committed
remove root from root tsconfig
1 parent 5aaf8d6 commit 23ff55c

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

packages/core/tsconfig.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
22
"extends": "../../tsconfig.base.json",
3-
"include": ["./src/**/*"],
4-
"compilerOptions": {
5-
"rootDir": "src"
6-
}
3+
"include": ["./src/**/*"]
74
}

packages/default-storage-backend/tsconfig.build.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
22
"extends": "../../tsconfig.base.json",
3-
"compilerOptions": {
4-
"rootDir": "./src"
5-
},
63
"include": [
74
"src"
85
]

tsconfig.base.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"exclude": ["node_modules"],
33
"compilerOptions": {
4-
"rootDir": ".",
54
"noFallthroughCasesInSwitch": true,
65
"noImplicitOverride": true,
76
"noImplicitReturns": true,

0 commit comments

Comments
 (0)