Files
JavaScriptServices/templates/ReactReduxSpa/tsconfig.json

17 lines
327 B
JSON

{
"compilerOptions": {
"moduleResolution": "node",
"target": "es6",
"jsx": "preserve",
"experimentalDecorators": true,
"sourceMap": true,
"skipDefaultLibCheck": true,
"lib": ["es6", "dom"],
"types": [ "webpack-env", "whatwg-fetch" ]
},
"exclude": [
"bin",
"node_modules"
]
}