2
0
mirror of https://github.com/iconify/iconify.git synced 2025-01-06 15:23:54 +00:00
iconify/plugins/tailwind/tsconfig-base.json
2024-12-25 16:51:21 +02:00

15 lines
279 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"declaration": true,
"declarationMap": false,
"sourceMap": false,
"composite": true,
"strict": false,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true
}
}