Last active
October 10, 2015 23:45
-
-
Save flq/7e3dc1a86a1e2fb0baeb to your computer and use it in GitHub Desktop.
Gists for the blog post porting react app to tyescript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"compilerOptions": { | |
"jsx": "react", | |
"outDir": "./ts_modules", | |
"target": "es5", | |
"module": "commonjs" | |
}, | |
"files": [ | |
"./typings/tsd.d.ts", | |
"./Trekspace/ts/Externals_shallow.d.ts", | |
"./Trekspace/ts/components/UI/UIModules.ts", | |
"./Trekspace/ts/people/App.tsx", | |
"./Trekspace/ts/areas/App.tsx" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment