{
  "compilerOptions": {
    "module": "commonjs",
    "target": "es5",
    "sourceMap": true,
    "allowJs": true,
    "jsx": "react",
    "lib": ["dom","es5"],
    "allowSyntheticDefaultImports":true
  },
  "include": [
    "**/*.tsx",
    "**/*.ts",
    "C:/wamp/www/node_modules/*.d.ts",
    "C:/wamp/www/node_modules/*.d.tsx"
  ]
}