17 lines
394 B
JSON
17 lines
394 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"strict": true,
|
|
"jsx": "preserve",
|
|
"sourceMap": true,
|
|
"lib": [ "esnext", "dom" ],
|
|
"plugins": [ { "name": "@vuedx/typescript-plugin-vue" } ],
|
|
"resolveJsonModule": true,
|
|
// "noErrorTruncation": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"paths": {}
|
|
}
|
|
}
|