1
0

fix(ts): align with create-vue setup

This commit is contained in:
Dominik Pschenitschni
2024-06-11 17:54:28 +02:00
committed by konrad
parent f36115871c
commit bf28a0c795
7 changed files with 14 additions and 3 deletions

View File

@ -10,5 +10,8 @@
{
"path": "./tsconfig.vitest.json"
}
]
],
"compilerOptions": {
"module": "NodeNext"
}
}