aurelia-aire
Version:
Base Project for Aurelia-Aire
20 lines (19 loc) • 463 B
JSON
{
"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" ]
}