Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
07akioni committed Apr 18, 2022
1 parent e5f3e2f commit 4b305ea
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"path": "./themes/tusimple/tsconfig.cjs.json"
}
]
}
}
2 changes: 1 addition & 1 deletion tsconfig.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"path": "./themes/tusimple/tsconfig.esm.json"
}
]
}
}
7 changes: 2 additions & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
"composite": true,
"target": "ES6",
"esModuleInterop": true,
"lib": [
"ESNext",
"DOM"
]
"lib": ["ESNext", "DOM"]
}
}
}
2 changes: 1 addition & 1 deletion tsconfig.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"compilerOptions": {
"jsx": "react"
}
}
}

0 comments on commit 4b305ea

Please sign in to comment.