Setup skeleton files for new front end build tool (Node, Webpack, React, Typescript)
This commit is contained in:
parent
8d39ed6d27
commit
9015b09026
9 changed files with 120 additions and 5 deletions
6
typings.json
Normal file
6
typings.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"globalDependencies": {
|
||||
"react": "registry:dt/react#0.14.0+20160927082313",
|
||||
"react-dom": "registry:dt/react-dom#0.14.0+20160412154040"
|
||||
}
|
||||
}
|
Reference in a new issue