2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-09-18 18:19:00 +00:00
iconify-collections-json/tsconfig.json

21 lines
392 B
JSON

{
"compilerOptions": {
"target": "es2017",
"module": "ESNext",
"lib": ["ESNext"],
"esModuleInterop": true,
"strict": true,
"strictNullChecks": true,
"moduleResolution": "Node",
"resolveJsonModule": true,
"skipLibCheck": true,
"importsNotUsedAsValues": "error"
},
"exclude": [
"**/dist",
"**/node_modules",
"**/test",
"dist"
]
}