Switched notice to react

This commit is contained in:
Ajay Ramachandran
2020-02-25 00:38:03 -05:00
parent 716861da18
commit 008c9380b1
7 changed files with 1329 additions and 81 deletions

View File

@@ -7,6 +7,7 @@
"outDir": "dist/js",
"noEmitOnError": true,
"typeRoots": [ "node_modules/@types" ],
"resolveJsonModule": true
"resolveJsonModule": true,
"jsx": "react"
}
}