angular-autosize
Version:
Automatically resize textarea height based on its content
20 lines (19 loc) • 340 B
JSON
{
"compilerOptions": {
"baseUrl": "",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": [
"es2016",
"dom"
],
"mapRoot": "./",
"module": "es2015",
"outDir": "../dist/",
"sourceMap": true,
"target": "es5",
"typeRoots": [
"../node_modules/@types"
]
}
}