Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed Aug 24, 2023
1 parent 7fa4e0a commit 20b562f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,13 @@
"skipLibCheck": true,
"strict": true,
"target": "ES2022"
}
},
"include": [
"templete/config/.eslintrc.cjs",
"bin",
"./**.js",
"./**.ts",
"./**.cjs",
"./**.mjs"
]
}

0 comments on commit 20b562f

Please sign in to comment.