Make Form input strongly typed with generics.
[ustaxlib.git] / tsconfig.json
1 {
2 "compilerOptions": {
3 "lib": [
4 "es7"
5 ]
6 }
7 }