mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
21 lines
409 B
JSON
21 lines
409 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "system",
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"sourceMap": true,
|
|
"removeComments": true,
|
|
"declaration": true,
|
|
"outDir": "dist",
|
|
"types": ["core-js", "jasmine"]
|
|
},
|
|
"exclude": [
|
|
"dist",
|
|
"node_modules",
|
|
"typings/main",
|
|
"typings/main.d.ts"
|
|
]
|
|
}
|