Skip to content

Commit

Permalink
chore: Collect types into ./src (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt authored Jul 22, 2024
1 parent 5b0f597 commit 55845ff
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 61 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"include": ["src", "types", "main.ts"],
"compilerOptions": {
"module": "esnext",
"target": "esnext",
Expand All @@ -12,6 +11,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 55845ff

Please sign in to comment.