houdini/lib/swagger-typescript-jquery/tsconfig.mustache
2018-05-22 13:33:35 -05:00

18 lines
456 B
Text

{
"compilerOptions": {
"module": "commonjs",
"noImplicitAny": false,
"suppressImplicitAnyIndexErrors": true,
"target": "{{#supportsES6}}ES6{{/supportsES6}}{{^supportsES6}}ES5{{/supportsES6}}",
"moduleResolution": "node",
"removeComments": true,
"sourceMap": true,
"noLib": false,
"declaration": true
},
"files": [
"index.ts",
"typings/index.d.ts"
]
}