mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
22 lines
464 B
JSON
22 lines
464 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "system",
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"sourceMap": true,
|
|
"removeComments": true,
|
|
"declaration": true,
|
|
"outDir": "dist"
|
|
},
|
|
"exclude": [
|
|
"demo",
|
|
"dist",
|
|
"node_modules",
|
|
"typings/main",
|
|
"typings/main.d.ts",
|
|
"dist"
|
|
]
|
|
}
|