mirror of
https://github.com/iconify/iconify.git
synced 2024-11-08 14:20:57 +00:00
13 lines
244 B
JSON
13 lines
244 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ES2019",
|
||
|
"module": "ESNext",
|
||
|
"strict": true,
|
||
|
"skipLibCheck": true,
|
||
|
"moduleResolution": "node",
|
||
|
"esModuleInterop": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"resolveJsonModule": true
|
||
|
}
|
||
|
}
|