ngx-smart-modal-2
Version:
Smart modal handler to manage modals and data everywhere in Angular apps.
25 lines • 549 B
JSON
{
"compilerOptions": {
"baseUrl": ".",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"strict": true,
"module": "commonjs",
"moduleResolution": "node",
"rootDir": ".",
"sourceMap": true,
"inlineSources": true,
"target": "es5",
"skipLibCheck": true,
"lib": [
"es2015",
"dom"
],
"typeRoots": [
"./node_modules/@types/"
]
},
"exclude": [
"node_modules"
]
}