Skip to content

Commit

Permalink
chore: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 13, 2022
1 parent 6d536ce commit ca13b2a
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions examples/lit/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"experimentalDecorators": true,
"useDefineForClassFields": false,
"importsNotUsedAsValues": "preserve"
}
}
}
1 change: 0 additions & 1 deletion examples/puppeteer/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"jsx": "react"
}
Expand Down
1 change: 0 additions & 1 deletion examples/react/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"jsx": "react"
}
Expand Down
1 change: 0 additions & 1 deletion examples/vitesse/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
{
"extends": "../../tsconfig.json",
}
1 change: 0 additions & 1 deletion examples/vue/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"target": "esnext"
}
Expand Down

0 comments on commit ca13b2a

Please sign in to comment.