ionic2-elastic-header
Version:
Directive for Ionic 2 and Ionic 3 to cause headers to shrink and reveal.
18 lines (17 loc) • 441 B
JSON
// This file is only used to configure the editor during development.
// It is NOT used for building the library.
{
"compilerOptions": {
"baseUrl": "./src",
"experimentalDecorators": true,
"moduleResolution": "node",
"rootDir": "./src",
"lib": [
"es2015",
"dom"
],
"skipLibCheck": true,
// Don't auto-discover @types/node, it results in a ///<reference in the .d.ts output
"types": []
}
}