2
0
mirror of https://github.com/iconify/iconify.git synced 2024-10-23 17:12:03 +00:00
iconify/packages/svelte/tsconfig.json
2021-04-29 21:06:25 +03:00

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"
}
}