diff --git a/svgComponent.d.ts b/index.d.ts similarity index 100% rename from svgComponent.d.ts rename to index.d.ts diff --git a/tsconfig.json b/tsconfig.json index cc5ea95..be4a5de 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,7 +14,7 @@ "skipLibCheck": true, "allowImportingTsExtensions": true, }, - "include": [ "./svgComponent.d.ts", "src/*", "src/**/*.vue", "src/**/*.ts", "src/**/*.js"], + "include": [ "./index.d.ts", "src/*", "src/**/*.vue", "src/**/*.ts", "src/**/*.js"], "exclude": [ "node_modules", "dist",