mirror of
https://git.hmsn.ink/kospo/helptalk/push.git
synced 2026-03-20 00:42:21 +09:00
10 lines
116 B
JSON
10 lines
116 B
JSON
{
|
|
"extends": "@ljharb/tsconfig",
|
|
"compilerOptions": {
|
|
"target": "es2021",
|
|
},
|
|
"exclude": [
|
|
"coverage",
|
|
],
|
|
}
|