14 lines
275 B
JSON
14 lines
275 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "esnext",
|
||
|
|
"module": "esnext",
|
||
|
|
"moduleResolution": "bundler",
|
||
|
|
"strict": true,
|
||
|
|
"noEmit": true,
|
||
|
|
"jsx": "preserve",
|
||
|
|
"jsxImportSource": "vue",
|
||
|
|
"types": ["node"]
|
||
|
|
},
|
||
|
|
"include": ["src/**/*.ts", "src/**/*.tsx"]
|
||
|
|
}
|