Skip to content

Commit

Permalink
Rewrite tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Jan 20, 2023
1 parent 86f77c8 commit 484a2e3
Show file tree
Hide file tree
Showing 22 changed files with 55 additions and 33 deletions.
2 changes: 1 addition & 1 deletion packages/checkbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@
"publishConfig": {
"access": "public"
}
}
}
6 changes: 4 additions & 2 deletions packages/checkbox/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
"compilerOptions": {
"outDir": "./dist"
},
"include": ["./src"]
}
"include": [
"./src"
]
}
2 changes: 1 addition & 1 deletion packages/confirm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@
"engines": {
"node": ">=14.18.0"
}
}
}
6 changes: 4 additions & 2 deletions packages/confirm/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
"compilerOptions": {
"outDir": "./dist"
},
"include": ["./src"]
}
"include": [
"./src"
]
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@
"publishConfig": {
"access": "public"
}
}
}
6 changes: 4 additions & 2 deletions packages/core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
"compilerOptions": {
"outDir": "./dist"
},
"include": ["./src"]
}
"include": [
"./src"
]
}
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@
"engines": {
"node": ">=14.18.0"
}
}
}
6 changes: 4 additions & 2 deletions packages/editor/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
"compilerOptions": {
"outDir": "./dist"
},
"include": ["./src"]
}
"include": [
"./src"
]
}
2 changes: 1 addition & 1 deletion packages/expand/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@
"engines": {
"node": ">=14.18.0"
}
}
}
6 changes: 4 additions & 2 deletions packages/expand/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
"compilerOptions": {
"outDir": "./dist"
},
"include": ["./src"]
}
"include": [
"./src"
]
}
2 changes: 1 addition & 1 deletion packages/input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@
"engines": {
"node": ">=14.18.0"
}
}
}
6 changes: 4 additions & 2 deletions packages/input/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
"compilerOptions": {
"outDir": "./dist"
},
"include": ["./src"]
}
"include": [
"./src"
]
}
2 changes: 1 addition & 1 deletion packages/inquirer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@
"through": "^2.3.6",
"wrap-ansi": "^8.0.1"
}
}
}
2 changes: 1 addition & 1 deletion packages/password/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@
"publishConfig": {
"access": "public"
}
}
}
6 changes: 4 additions & 2 deletions packages/password/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
"compilerOptions": {
"outDir": "./dist"
},
"include": ["./src"]
}
"include": [
"./src"
]
}
2 changes: 1 addition & 1 deletion packages/rawlist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@
"engines": {
"node": ">=14.18.0"
}
}
}
6 changes: 4 additions & 2 deletions packages/rawlist/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
"compilerOptions": {
"outDir": "./dist"
},
"include": ["./src"]
}
"include": [
"./src"
]
}
2 changes: 1 addition & 1 deletion packages/select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@
"engines": {
"node": ">=14.18.0"
}
}
}
6 changes: 4 additions & 2 deletions packages/select/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
"compilerOptions": {
"outDir": "./dist"
},
"include": ["./src"]
}
"include": [
"./src"
]
}
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@
"scripts": {
"tsc": "tsc"
}
}
}
6 changes: 4 additions & 2 deletions packages/testing/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
"compilerOptions": {
"outDir": "./dist"
},
"include": ["./src"]
}
"include": [
"./src"
]
}
6 changes: 4 additions & 2 deletions packages/type/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
"compilerOptions": {
"outDir": "./dist"
},
"include": ["./src"]
}
"include": [
"./src"
]
}

0 comments on commit 484a2e3

Please sign in to comment.