houdini/tsconfig.json
2018-03-29 14:10:27 -05:00

9 lines
No EOL
146 B
JSON

{
"compilerOptions": {
"sourceMap": true,
"noImplicitAny": true,
"module": "commonjs",
"target": "es5",
"jsx": "react"
}
}