14 lines
346 B
JSON
14 lines
346 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "esnext",
|
||
|
"module": "esnext",
|
||
|
"moduleResolution": "node",
|
||
|
"strict": true,
|
||
|
"jsx": "preserve",
|
||
|
"sourceMap": true,
|
||
|
"lib": ["esnext", "dom"],
|
||
|
"plugins": [{ "name": "@vuedx/typescript-plugin-vue" }]
|
||
|
},
|
||
|
"include": ["lib/**/*.ts", "lib/**/*.d.ts", "lib/**/*.tsx", "lib/**/*.vue"]
|
||
|
}
|