Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
changing declaration files to ts to quickly include them in the build…
Browse files Browse the repository at this point in the history
… process
  • Loading branch information
DominikBB committed Apr 23, 2024
1 parent f5e2d45 commit a09f97b
Show file tree
Hide file tree
Showing 17 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"types": [],
"typeRoots": ["node_modules/@types", "src/types"]
},
"include": ["src/**/*.ts"],
"include": ["src/**/*.ts", "src/types/**/*.d.ts"],
"exclude": ["node_modules/**"],
"compileOnSave": false
}

0 comments on commit a09f97b

Please sign in to comment.