UNPKG

generator-thundr-gae-ts-react

Version:

Yeoman generator for a React/TypeScript app that runs atop Thundr on Google App Engine

13 lines 249 B
{ "compilerOptions": { "outDir": "./src/main/webapp/static/", "sourceMap": true, "noImplicitAny": true, "module": "commonjs", "target": "es5", "jsx": "react" }, "include": [ "./src/main/static/typescript/**/*" ] }