ng2-scroll-to
Version:
angular 2 library to animate scrolling.
26 lines (25 loc) • 503 B
JSON
{
"compilerOptions": {
"noImplicitAny": true,
"module": "commonjs",
"target": "ES5",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowUnusedLabels": false,
"noImplicitReturns": true,
"sourceMap": true,
"declaration": true,
"typeRoots": [
"node_modules/@types"
]
},
"exclude": [
"node_modules",
"dist",
"**/*.spec.ts"
],
"angularCompilerOptions": {
"strictMetadataEmit": true,
"genDir": "compiled"
}
}