antfu-collective_icones/tsconfig.json
2022-06-06 05:17:17 +08:00

24 lines
470 B
JSON

{
"compilerOptions": {
"module": "esnext",
"target": "esnext",
"lib": ["DOM", "ESNext"],
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"jsx": "preserve",
"noUnusedLocals": true,
"moduleResolution": "node",
"resolveJsonModule": true,
"forceConsistentCasingInFileNames": true,
"types": [
"vite/client",
"vite-plugin-pages/client"
]
},
"exclude": [
"dist",
"node_modules"
]
}