2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-20 01:09:04 +00:00
iconify/packages/svelte/tsconfig.json
2021-04-30 10:01:30 +03:00

18 lines
383 B
JSON

{
"compilerOptions": {
"rootDir": "src",
"outDir": "lib",
"target": "es2017",
"module": "esnext",
"declaration": true,
"sourceMap": false,
"strict": true,
"types": ["node", "svelte"],
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"importsNotUsedAsValues": "error"
}
}