2
0
mirror of https://github.com/iconify/iconify.git synced 2024-10-24 01:22:04 +00:00
iconify/packages/svelte/tsconfig.json

18 lines
383 B
JSON
Raw Normal View History

2021-04-29 18:06:25 +00:00
{
"compilerOptions": {
"rootDir": "src",
"outDir": "lib",
2021-04-29 18:06:25 +00:00
"target": "es2017",
"module": "esnext",
"declaration": true,
2021-04-29 18:06:25 +00:00
"sourceMap": false,
"strict": true,
"types": ["node", "svelte"],
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"importsNotUsedAsValues": "error"
}
}