mirror of
https://github.com/primedigitaltech/azon_seeker.git
synced 2026-01-19 13:13:22 +08:00
24 lines
533 B
JSON
24 lines
533 B
JSON
{
|
|
"compilerOptions": {
|
|
"incremental": false,
|
|
"target": "es2016",
|
|
"jsx": "preserve",
|
|
"jsxImportSource": "vue",
|
|
"lib": ["DOM", "ESNext"],
|
|
"baseUrl": ".",
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"paths": {
|
|
"~/*": ["src/*"]
|
|
},
|
|
"resolveJsonModule": true,
|
|
"types": ["vite/client"],
|
|
"strict": true,
|
|
"noUnusedLocals": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"exclude": ["dist", "node_modules"]
|
|
}
|