2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-09-07 20:59:03 +00:00
iconify-collections-json/tsconfig.json
2023-05-31 23:52:27 +03:00

20 lines
353 B
JSON

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