mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
25 lines
515 B
JSON
25 lines
515 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"mapRoot": "",
|
|
"module": "system",
|
|
"moduleResolution": "node",
|
|
"noEmitOnError": true,
|
|
"noImplicitAny": false,
|
|
"rootDir": ".",
|
|
"sourceMap": true,
|
|
"target": "es5",
|
|
"outDir": "dist/app"
|
|
},
|
|
"filesGlob": [
|
|
"node_modules/angular2/typings/browser.d.ts"
|
|
],
|
|
"files": [
|
|
"node_modules/angular2/typings/browser.d.ts",
|
|
"*.ts",
|
|
"src/**/*.ts"
|
|
]
|
|
}
|