houdini/tsconfig.json

9 lines
146 B
JSON
Raw Normal View History

2018-03-29 19:10:27 +00:00
{
"compilerOptions": {
"sourceMap": true,
"noImplicitAny": true,
"module": "commonjs",
"target": "es5",
"jsx": "react"
}
}