{
  "compilerOptions": {
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "rootDir": "src",
    "baseUrl": "./",
    "typeRoots": [
      "node_modules/@types",
      "typings"
//      "jspm_packages/local/aire@1.0.0"
    ],
    "paths": {
      "aire/*":["jspm_packages/local/aire@1.0.0/*"]

    }
  },
  "files": ["typings/index.d.ts"],
  "include": ["src/**/*.ts", "typings/**/*.ts"],
  "exclude": ["node_modules", "jspm_packages" ]
}