2020-12-27 21:32:43 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "esnext",
|
|
|
|
"module": "esnext",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"strict": true,
|
|
|
|
"jsx": "preserve",
|
|
|
|
"sourceMap": true,
|
2024-09-29 15:58:03 +00:00
|
|
|
"lib": [
|
|
|
|
"esnext",
|
|
|
|
"dom"
|
|
|
|
],
|
|
|
|
"plugins": [
|
|
|
|
{
|
|
|
|
"name": "@vuedx/typescript-plugin-vue"
|
|
|
|
}
|
|
|
|
],
|
2020-12-30 01:32:46 +00:00
|
|
|
"resolveJsonModule": true,
|
2022-03-15 19:58:11 +00:00
|
|
|
"allowSyntheticDefaultImports": true,
|
2024-10-08 07:15:26 +00:00
|
|
|
"types": [
|
|
|
|
"@vitest/browser/providers/playwright"
|
|
|
|
],
|
2020-12-30 13:34:23 +00:00
|
|
|
"paths": {}
|
2022-03-22 20:07:05 +00:00
|
|
|
}
|
2020-12-27 21:32:43 +00:00
|
|
|
}
|