add typescript support

This commit is contained in:
Thomas Ruoff
2020-11-27 23:54:20 +01:00
parent a015643b2c
commit 8762aef219
3 changed files with 68 additions and 0 deletions

View File

@@ -11,5 +11,10 @@
"next": "10.0.3",
"react": "17.0.1",
"react-dom": "17.0.1"
},
"devDependencies": {
"@types/node": "^14.14.10",
"@types/react": "^17.0.0",
"typescript": "^4.1.2"
}
}