2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-22 01:59:11 +00:00
iconify/components/vue/tsconfig.common.json
2022-06-19 22:25:00 +03:00

15 lines
298 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"declaration": true,
"sourceMap": false,
"strict": false,
"moduleResolution": "node",
"esModuleInterop": true,
"importsNotUsedAsValues": "error",
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true
}
}