mirror of
https://github.com/iconify/iconify.git
synced 2025-01-08 07:48:29 +00:00
chore(svelte): ignore src/svelte.d.ts
This commit is contained in:
parent
6a84a2f40d
commit
22e760735e
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"extends": "./tsconfig-base.json",
|
"extends": "./tsconfig-base.json",
|
||||||
"include": ["src/**/*.ts", ".eslintrc.js"],
|
"include": ["src/**/*.ts", ".eslintrc.js"],
|
||||||
|
"exclude": ["src/svelte.d.ts"],
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"rootDir": "./src",
|
"rootDir": "./src",
|
||||||
"outDir": "./lib"
|
"outDir": "./lib"
|
||||||
|
Loading…
Reference in New Issue
Block a user