ember-lifeline
Version:
Ember.js addon for lifecycle aware async tasks and DOM events.
36 lines (35 loc) • 892 B
JSON
{
"compilerOptions": {
"target": "es2017",
"moduleResolution": "node",
"declaration": true,
"emitDeclarationOnly": true,
"allowSyntheticDefaultImports": true,
"noImplicitAny": true,
"noImplicitThis": true,
"alwaysStrict": true,
"strictNullChecks": true,
"strictPropertyInitialization": true,
"skipLibCheck": true,
"noFallthroughCasesInSwitch": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noEmitOnError": false,
"inlineSourceMap": true,
"inlineSources": true,
"baseUrl": ".",
"rootDir": "./src",
"outDir": "./dist",
"module": "es6",
"paths": {
"ember-lifeline": ["src"],
"ember-lifeline/*": ["src/*"],
"@ember/destroyable": ["node_modules/ember-destroyable-polyfill"],
"*": ["types/*"]
}
},
"include": [
"src/**/*"
]
}