2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-19 16:59:02 +00:00
iconify/packages/core/tsconfig.common.json
2023-04-01 20:41:40 +03:00

13 lines
244 B
JSON

{
"compilerOptions": {
"target": "ES2019",
"module": "ESNext",
"strict": true,
"skipLibCheck": true,
"moduleResolution": "node",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true
}
}