UNPKG

aurelia-aire

Version:
21 lines 483 B
{ "compilerOptions": { "emitDecoratorMetadata": true, "experimentalDecorators": true, "declaration": true, "rootDir": "src", "baseUrl": "./", "typeRoots": [ "node_modules/@types", "typings" ], "paths": { "aire/*":["src/main/*"], "test/*": ["src/test/*"] }, "target": "es5" }, "files": ["typings/uikit/index.d.ts"], "include": ["src/**/*.ts", "typings/**/*.ts"], "exclude": ["node_modules", "jspm_packages" ] }