mirror of
https://github.com/iconify/iconify.git
synced 2024-11-08 14:20:57 +00:00
16 lines
305 B
JSON
16 lines
305 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"rootDir": "./src",
|
||
|
"outDir": "./lib",
|
||
|
"target": "ESNext",
|
||
|
"module": "CommonJS",
|
||
|
"declaration": true,
|
||
|
"sourceMap": true,
|
||
|
"strict": false,
|
||
|
"moduleResolution": "node",
|
||
|
"esModuleInterop": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"skipLibCheck": true
|
||
|
}
|
||
|
}
|