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