mirror of
https://github.com/iconify/iconify.git
synced 2024-11-10 07:11:00 +00:00
17 lines
346 B
JSON
17 lines
346 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"declaration": true,
|
|
"declarationMap": false,
|
|
"sourceMap": false,
|
|
"composite": true,
|
|
"strict": false,
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"importsNotUsedAsValues": "error",
|
|
"skipLibCheck": true
|
|
}
|
|
}
|