mirror of
https://github.com/iconify/iconify.git
synced 2024-11-08 14:20:57 +00:00
19 lines
393 B
JSON
19 lines
393 B
JSON
{
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"lib": ["ESNext", "DOM"],
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"resolveJsonModule": true,
|
|
"jsx": "preserve",
|
|
"declaration": true
|
|
},
|
|
"include": ["src/iconify.tsx"]
|
|
}
|