mirror of
https://github.com/iconify/iconify.git
synced 2024-11-09 23:00:56 +00:00
18 lines
387 B
JSON
18 lines
387 B
JSON
{
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./lib",
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"declaration": true,
|
|
"sourceMap": false,
|
|
"strict": true,
|
|
"types": ["node", "svelte"],
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"importsNotUsedAsValues": "error"
|
|
}
|
|
}
|