add typescript support to next

This commit is contained in:
Thomas Ruoff
2020-08-26 22:06:38 +02:00
committed by Thomas Ruoff
parent b19b557b6c
commit 2921cee220
4 changed files with 64 additions and 1 deletions

2
next-env.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
/// <reference types="next" />
/// <reference types="next/types/global" />