mirror of
https://github.com/iconify/iconify.git
synced 2024-12-04 18:23:17 +00:00
15 lines
279 B
JSON
15 lines
279 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"declaration": false,
|
|
"sourceMap": false,
|
|
"strict": false,
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noEmit": true
|
|
},
|
|
"include": ["./src"]
|
|
}
|