Skip to content

Commit

Permalink
Update declarations.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Aug 9, 2024
1 parent 5f130a5 commit 59d4776
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions arches_references/src/arches_references/declarations.d.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
// import declarations from other projects or Arches core
import("../../node_modules/arches/arches/app/src/declarations.d.ts");

// declare untyped modules that have been added to your project in `package.json`
// Module homepage on npmjs.com uses logos "TS" or "DT" to indicate if typed
declare module "arches";

// declare filetypes used in `./src/` folder
declare module "*.ts";
declare module "*.vue";
import("@/arches/declarations.d.ts");

0 comments on commit 59d4776

Please sign in to comment.