mirror of
https://github.com/CorentinTh/it-tools.git
synced 2024-11-10 09:13:50 +08:00
76b2761d62
* chore(deps): update dependency typescript to v5 * chore(deps): switched to fucking typescript v5 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
8 lines
165 B
JSON
8 lines
165 B
JSON
{
|
|
"extends": "@tsconfig/node18/tsconfig.json",
|
|
"include": ["vite.config.*"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"types": ["node", "vitest"]
|
|
}
|
|
}
|