2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-19 16:59:02 +00:00
iconify/components/svelte/tsconfig.json
2023-04-08 09:00:58 +03:00

10 lines
185 B
JSON

{
"extends": "./tsconfig-base.json",
"include": ["src/**/*.ts", ".eslintrc.js"],
"exclude": ["src/svelte.d.ts"],
"compilerOptions": {
"rootDir": "./src",
"outDir": "./lib"
}
}