2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-30 22:19:07 +00:00
iconify/plugins/tailwind/tsconfig-base.json

17 lines
346 B
JSON
Raw Normal View History

2023-01-11 15:42:21 +00:00
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"declaration": true,
"declarationMap": false,
"sourceMap": false,
"composite": true,
"strict": false,
"moduleResolution": "node",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"importsNotUsedAsValues": "error",
"skipLibCheck": true
}
}