mirror of
https://github.com/iconify/iconify.git
synced 2024-11-16 17:45:09 +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
|
||
|
}
|
||
|
}
|