You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
620 B
27 lines
620 B
{ |
|
"compilerOptions": { |
|
"moduleResolution": "node", |
|
"noImplicitAny": true, |
|
"emitDecoratorMetadata": true, |
|
"experimentalDecorators": true, |
|
"module": "es6", |
|
"target": "ES2016", |
|
"allowJs": true, |
|
"sourceMap": true, |
|
"types": [], |
|
"baseUrl": ".", |
|
"paths": { |
|
"jslib/*": [ "jslib/src/*" ], |
|
"@angular/*": [ "node_modules/@angular/*" ], |
|
"angular2-toaster": [ "node_modules/angular2-toaster" ], |
|
"angulartics2": [ "node_modules/angulartics2" ] |
|
} |
|
}, |
|
"exclude": [ |
|
"node_modules", |
|
"jslib/node_modules", |
|
"dist", |
|
"jslib/dist", |
|
"build" |
|
] |
|
}
|
|
|