mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
17 lines
344 B
JSON
17 lines
344 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"lib": ["es2015", "dom"],
|
|
"noImplicitAny": false,
|
|
"suppressImplicitAnyIndexErrors": true
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|