mirror of
https://github.com/iconify/iconify.git
synced 2024-11-10 07:11:00 +00:00
15 lines
318 B
JSON
15 lines
318 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"jsx": "preserve",
|
|
"jsxImportSource": "solid-js",
|
|
"types": ["vite/client"],
|
|
"noEmit": true,
|
|
"isolatedModules": true
|
|
}
|
|
}
|