Skip to content

Commit

Permalink
Fix: reformat tsconfig.json with latest prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Jan 27, 2024
1 parent 161a70e commit c186dc2
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions packages/checkbox/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"module": "NodeNext",
"moduleResolution": "nodenext",
"outDir": "dist/esm",
"declarationDir": "dist/esm/types"
}
"declarationDir": "dist/esm/types",
},
}
4 changes: 2 additions & 2 deletions packages/confirm/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"module": "NodeNext",
"moduleResolution": "nodenext",
"outDir": "dist/esm",
"declarationDir": "dist/esm/types"
}
"declarationDir": "dist/esm/types",
},
}
4 changes: 2 additions & 2 deletions packages/core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"module": "NodeNext",
"moduleResolution": "nodenext",
"outDir": "dist/esm",
"declarationDir": "dist/esm/types"
}
"declarationDir": "dist/esm/types",
},
}
4 changes: 2 additions & 2 deletions packages/editor/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"module": "NodeNext",
"moduleResolution": "nodenext",
"outDir": "dist/esm",
"declarationDir": "dist/esm/types"
}
"declarationDir": "dist/esm/types",
},
}
4 changes: 2 additions & 2 deletions packages/expand/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"module": "NodeNext",
"moduleResolution": "nodenext",
"outDir": "dist/esm",
"declarationDir": "dist/esm/types"
}
"declarationDir": "dist/esm/types",
},
}
4 changes: 2 additions & 2 deletions packages/input/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"module": "NodeNext",
"moduleResolution": "nodenext",
"outDir": "dist/esm",
"declarationDir": "dist/esm/types"
}
"declarationDir": "dist/esm/types",
},
}
4 changes: 2 additions & 2 deletions packages/password/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"module": "NodeNext",
"moduleResolution": "nodenext",
"outDir": "dist/esm",
"declarationDir": "dist/esm/types"
}
"declarationDir": "dist/esm/types",
},
}
4 changes: 2 additions & 2 deletions packages/prompts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"module": "NodeNext",
"moduleResolution": "nodenext",
"outDir": "dist/esm",
"declarationDir": "dist/esm/types"
}
"declarationDir": "dist/esm/types",
},
}
4 changes: 2 additions & 2 deletions packages/rawlist/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"module": "NodeNext",
"moduleResolution": "nodenext",
"outDir": "dist/esm",
"declarationDir": "dist/esm/types"
}
"declarationDir": "dist/esm/types",
},
}
4 changes: 2 additions & 2 deletions packages/select/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"module": "NodeNext",
"moduleResolution": "nodenext",
"outDir": "dist/esm",
"declarationDir": "dist/esm/types"
}
"declarationDir": "dist/esm/types",
},
}
4 changes: 2 additions & 2 deletions packages/testing/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"module": "NodeNext",
"moduleResolution": "nodenext",
"outDir": "dist/esm",
"declarationDir": "dist/esm/types"
}
"declarationDir": "dist/esm/types",
},
}
4 changes: 2 additions & 2 deletions packages/type/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"module": "NodeNext",
"moduleResolution": "nodenext",
"outDir": "dist/esm",
"declarationDir": "dist/esm/types"
}
"declarationDir": "dist/esm/types",
},
}
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"extends": "@sindresorhus/tsconfig",
"ts-node": {
"esm": true
"esm": true,
},
"compilerOptions": {
"skipLibCheck": false,
"esModuleInterop": true
}
"esModuleInterop": true,
},
}

0 comments on commit c186dc2

Please sign in to comment.