More idiomatic project setup

This commit is contained in:
Michel Weststrate 2015-12-14 13:08:26 +01:00
parent 625fd8dd06
commit 58cdd3038f
7 changed files with 22 additions and 17 deletions

View file

@ -8,9 +8,9 @@
"experimentalDecorators": true,
"noLib": false,
"jsx": "react",
"outDir": "./temp"
"outDir": "dist"
},
"files": [
"app/app.tsx"
"src/index.tsx"
]
}