15 lines
330 B
JSON
15 lines
330 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "ESNext",
|
||
|
|
"module": "ESNext",
|
||
|
|
"moduleResolution": "Node",
|
||
|
|
"strict": true,
|
||
|
|
"jsx": "preserve",
|
||
|
|
"esModuleInterop": true,
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"forceConsistentCasingInFileNames": true,
|
||
|
|
"types": ["vite/client"]
|
||
|
|
},
|
||
|
|
"include": ["src/**/*.ts", "src/**/*.vue"]
|
||
|
|
}
|