mirror of
https://github.com/iconify/iconify.git
synced 2025-01-07 23:44:33 +00:00
15 lines
279 B
JSON
15 lines
279 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ESNext",
|
||
|
"module": "ESNext",
|
||
|
"declaration": true,
|
||
|
"declarationMap": false,
|
||
|
"sourceMap": false,
|
||
|
"composite": true,
|
||
|
"strict": false,
|
||
|
"esModuleInterop": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"skipLibCheck": true
|
||
|
}
|
||
|
}
|