mirror of
https://github.com/iconify/iconify.git
synced 2025-01-29 18:18:44 +00:00
17 lines
365 B
JSON
17 lines
365 B
JSON
{
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"target": "es2017",
|
|
"module": "esnext",
|
|
"declaration": false,
|
|
"sourceMap": false,
|
|
"strict": true,
|
|
"types": ["node", "svelte"],
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"importsNotUsedAsValues": "error"
|
|
}
|
|
}
|