2
0
mirror of https://github.com/iconify/iconify.git synced 2025-01-23 15:18:38 +00:00

15 lines
279 B
JSON
Raw Permalink Normal View History

2022-05-14 23:42:13 +03:00
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"declaration": false,
"sourceMap": false,
"strict": false,
"moduleResolution": "node",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true
},
"include": ["./src"]
2022-05-14 23:42:13 +03:00
}