mirror of
https://github.com/iconify/collections-json.git
synced 2024-11-08 14:21:00 +00:00
21 lines
374 B
JSON
21 lines
374 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"module": "esnext",
|
|
"target": "ESNext",
|
|
"lib": ["ESNext"],
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"strictNullChecks": true,
|
|
"moduleResolution": "Node",
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
},
|
|
"exclude": [
|
|
"**/dist",
|
|
"**/node_modules",
|
|
"**/test",
|
|
"dist"
|
|
]
|
|
}
|