mirror of
https://github.com/iconify/iconify.git
synced 2025-01-10 08:34:04 +00:00
18 lines
378 B
JSON
18 lines
378 B
JSON
{
|
|
"compilerOptions": {
|
|
"rootDir": "./",
|
|
"outDir": "./lib",
|
|
"target": "ES2019",
|
|
"module": "ESNext",
|
|
"lib": ["ESNext", "DOM"],
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"importsNotUsedAsValues": "error",
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
}
|