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

15 lines
281 B
JSON
Raw Normal View History

2020-04-28 12:47:35 +03:00
{
"compilerOptions": {
"rootDir": "./lib",
"outDir": "./src",
"target": "ESNext",
"module": "ESNext",
"declaration": false,
"sourceMap": false,
"strict": false,
"moduleResolution": "node",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true
}
2020-04-28 12:47:35 +03:00
}