ngx-editor-sodo
Version:
WYSIWYG Editor for Angular Applications
24 lines (23 loc) • 443 B
JSON
{
"compileOnSave": false,
"compilerOptions": {
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2017",
"dom"
]
},
"exclude": [
".ng_build",
".ng_pkg_build"
]
}