mirror of
https://gitlab.silvrtree.co.uk/martind2000/aodb.git
synced 2025-01-10 21:45:08 +00:00
81 lines
3.4 KiB
JSON
81 lines
3.4 KiB
JSON
{
|
|
"filesGlob": [
|
|
"./tooling/typings/tsd.d.ts",
|
|
"./app/infrastructure/**/*.ts",
|
|
"./app/**/*.mod.ts",
|
|
"./app/**/*.routes.ts",
|
|
"./app/**/*.interceptor.ts",
|
|
"./app/**/*.run.ts",
|
|
"./app/**/*.ts",
|
|
"./tests/lib/**/*.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"target": "ES5",
|
|
"module": "commonjs",
|
|
"noImplicitAny": false,
|
|
"removeComments": true,
|
|
"preserveConstEnums": true,
|
|
"sourceMap": true,
|
|
"experimentalDecorators": true,
|
|
"outDir": "www/js/app",
|
|
"inlineSourceMap": true,
|
|
"inlineSources": true
|
|
},
|
|
"files": [
|
|
"./tooling/typings/tsd.d.ts",
|
|
"./app/infrastructure/ComponentHelper.ts",
|
|
"./app/infrastructure/Dectorators/Components.ts",
|
|
"./app/authentication/auth.mod.ts",
|
|
"./app/core/core.mod.ts",
|
|
"./app/flight-detail/flight-detail.mod.ts",
|
|
"./app/flight-list/flight-list.mod.ts",
|
|
"./app/site-selection/site-selection.mod.ts",
|
|
"./app/window-list/window-list.mod.ts",
|
|
"./app/authentication/auth.routes.ts",
|
|
"./app/authentication/services/authentication.interceptor.ts",
|
|
"./app/authentication/components/login-view/login.spec.ts",
|
|
"./app/authentication/components/login-view/login.ts",
|
|
"./app/authentication/services/authentication.service.ts",
|
|
"./app/chroma.app.ts",
|
|
"./app/core/core.config.ts",
|
|
"./app/core/frame/frame.spec.ts",
|
|
"./app/core/frame/frame.ts",
|
|
"./app/core/service/chromaStateService.ts",
|
|
"./app/core/service/flightService.ts",
|
|
"./app/core/service/pushHandler.service.ts",
|
|
"./app/core/service/signalRService.ts",
|
|
"./app/core/service/helpers.ts",
|
|
"./app/flight-detail/detail/flight-detail.spec.ts",
|
|
"./app/flight-detail/detail/flight-detail.ts",
|
|
"./app/flight-detail/editors/baseEditor.ts",
|
|
"./app/flight-detail/editors/datetime/datetime.spec.ts",
|
|
"./app/flight-detail/editors/datetime/datetime.ts",
|
|
"./app/flight-detail/editors/freetext/freetext.spec.ts",
|
|
"./app/flight-detail/editors/freetext/freetext.ts",
|
|
"./app/flight-detail/editors/lookup/lookup.ts",
|
|
"./app/flight-detail/flight-detail.config.ts",
|
|
"./app/flight-detail/transactions/transaction-detail.ts",
|
|
"./app/flight-detail/transactions/transaction-list.ts",
|
|
"./app/flight-detail/transactions/transaction-list.spec.ts",
|
|
"./app/flight-detail/transactions/transaction.mod.ts",
|
|
"./app/flight-detail/group/flight-group.spec.ts",
|
|
"./app/flight-detail/group/flight-group.ts",
|
|
"./app/flight-detail/services/flightInformationService.spec.ts",
|
|
"./app/flight-detail/services/flightInformationService.ts",
|
|
"./app/flight-detail/services/prmService.ts",
|
|
"./app/flight-list/flight-list.config.ts",
|
|
"./app/flight-list/list/flight-list.spec.ts",
|
|
"./app/flight-list/list/flight-list.ts",
|
|
"./app/site-selection/service/site-selection.service.ts",
|
|
"./app/site-selection/site-selection.config.ts",
|
|
"./app/site-selection/view/site-selection.spec.ts",
|
|
"./app/site-selection/view/site-selection.ts",
|
|
"./app/window-list/list/window-list.spec.ts",
|
|
"./app/window-list/list/window-list.ts"
|
|
],
|
|
"exclude": [],
|
|
"atom": {
|
|
"rewriteTsconfig": true
|
|
}
|
|
}
|