2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-20 01:09:04 +00:00
iconify/packages/utils/tsconfig.common.json

13 lines
244 B
JSON
Raw Normal View History

2022-03-16 13:42:17 +00:00
{
"compilerOptions": {
"target": "ES2019",
"module": "ESNext",
"strict": true,
"skipLibCheck": true,
"moduleResolution": "node",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true
}
}