Skip to content

Commit

Permalink
chore: Collect types into ./src
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Jul 22, 2024
1 parent 5b0f597 commit 06a0cd6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 61 deletions.
File renamed without changes.
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"include": ["src", "types", "main.ts"],
"include": ["src", "main.ts"],
"compilerOptions": {
"module": "esnext",
"target": "esnext",
Expand All @@ -12,6 +12,7 @@
"jsx": "preserve",
"paths": {
"*": ["./node_modules/@danmarshall/deckgl-typings/*"]
}
},
"types": ["vite/client"]
}
}
59 changes: 0 additions & 59 deletions types/static.d.ts

This file was deleted.

0 comments on commit 06a0cd6

Please sign in to comment.