Add TypeScript toolchain (tsc per-module, build-only)
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
export {};
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
fetchWithHtmxTriggers(input: RequestInfo | URL, init?: RequestInit): Promise<Response>;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user