|
| 1 | +{ |
| 2 | + "compilerOptions": { |
| 3 | + "moduleResolution": "node", |
| 4 | + "baseUrl": ".", |
| 5 | + "target": "ES2022", |
| 6 | + "noEmit": true, |
| 7 | + "disableSizeLimit": true, |
| 8 | + "typeRoots": [ |
| 9 | + "*/static/src/@types", |
| 10 | + "../community/addons/mail/static/src/js/tooling/types", |
| 11 | + "../community/addons/web/tooling/types" |
| 12 | + ], |
| 13 | + "paths": { |
| 14 | + "@web/*": ["../community/addons/web/static/src/*"], |
| 15 | + "@web_enterprise/*": ["web_enterprise/static/src/*"], |
| 16 | + "@web_unsplash/*": ["../community/addons/web_unsplash/static/src/*"], |
| 17 | + "@web_tour/*": ["../community/addons/web_tour/static/src/*"], |
| 18 | + "@web_gantt/*": ["web_gantt/static/src/*"], |
| 19 | + "@web_cohort/*": ["web_cohort/static/src/*"], |
| 20 | + "@web_map/*": ["web_map/static/src/*"], |
| 21 | + "@web_mobile/*": ["web_mobile/static/src/*"], |
| 22 | + "@web_grid/*": ["web_grid/static/src/*"], |
| 23 | + "@web_studio/*": ["web_studio/static/src/*"], |
| 24 | + "@bus/*": ["../community/addons/bus/static/src/*"], |
| 25 | + "@mail/*": ["../community/addons/mail/static/src/*"], |
| 26 | + "@im_livechat/*": ["../community/addons/im_livechat/static/src/*"], |
| 27 | + "@spreadsheet/*": ["../community/addons/spreadsheet/static/src/*"], |
| 28 | + "@whatsapp/*": ["../community/addons/whatsapp/static/src/*"], |
| 29 | + |
| 30 | + "@website/*": ["../community/addons/website/static/src/*"], |
| 31 | + "@html_editor/*": ["../community/addons/html_editor/static/src/*"], |
| 32 | + "@html_builder/*": ["../community/addons/html_builder/static/src/*"], |
| 33 | + "@point_of_sale/*": ["../community/addons/point_of_sale/static/src/*"], |
| 34 | + "@hw_posbox_homepage/*": ["../community/addons/hw_posbox_homepage/static/src/*"], |
| 35 | + "@l10n_ar_pos/*": ["../community/addons/l10n_ar_pos/static/src/*"], |
| 36 | + "@l10n_co_pos/*": ["../community/addons/l10n_co_pos/static/src/*"], |
| 37 | + "@l10n_es_pos/*": ["../community/addons/l10n_es_pos/static/src/*"], |
| 38 | + "@l10n_fr_pos_cert/*": ["../community/addons/l10n_fr_pos_cert/static/src/*"], |
| 39 | + "@l10n_gcc_pos/*": ["../community/addons/l10n_gcc_pos/static/src/*"], |
| 40 | + "@l10n_in_pos/*": ["../community/addons/l10n_in_pos/static/src/*"], |
| 41 | + "@l10n_sa_pos/*": ["../community/addons/l10n_sa_pos/static/src/*"], |
| 42 | + "@pos_adyen/*": ["../community/addons/pos_adyen/static/src/*"], |
| 43 | + "@pos_discount/*": ["../community/addons/pos_discount/static/src/*"], |
| 44 | + "@pos_hr/*": ["../community/addons/pos_hr/static/src/*"], |
| 45 | + "@pos_hr_restaurant/*": ["../community/addons/pos_hr_restaurant/static/src/*"], |
| 46 | + "@pos_loyalty/*": ["../community/addons/pos_loyalty/static/src/*"], |
| 47 | + "@pos_mrp/*": ["../community/addons/pos_mrp/static/src/*"], |
| 48 | + "@pos_online_payment/*": ["../community/addons/pos_online_payment/static/src/*"], |
| 49 | + "@pos_online_payment_self_order/*": [ |
| 50 | + "../community/addons/pos_online_payment_self_order/static/src/*" |
| 51 | + ], |
| 52 | + "@pos_restaurant/*": ["../community/addons/pos_restaurant/static/src/*"], |
| 53 | + "@pos_restaurant_adyen/*": ["../community/addons/pos_restaurant_adyen/static/src/*"], |
| 54 | + "@pos_restaurant_stripe/*": ["../community/addons/pos_restaurant_stripe/static/src/*"], |
| 55 | + "@pos_sale/*": ["../community/addons/pos_sale/static/src/*"], |
| 56 | + "@pos_sale_loyalty/*": ["../community/addons/pos_sale_loyalty/static/src/*"], |
| 57 | + "@pos_sale_margin/*": ["../community/addons/pos_sale_margin/static/src/*"], |
| 58 | + "@pos_self_order/*": ["../community/addons/pos_self_order/static/src/*"], |
| 59 | + "@pos_self_order_adyen/*": ["../community/addons/pos_self_order_adyen/static/src/*"], |
| 60 | + "@pos_self_order_epson_printer/*": ["../community/addons/pos_self_order_epson_printer/static/src/*"], |
| 61 | + "@pos_self_order_sale/*": ["../community/addons/pos_self_order_sale/static/src/*"], |
| 62 | + "@pos_self_order_stripe/*": ["../community/addons/pos_self_order_stripe/static/src/*"], |
| 63 | + "@pos_stripe/*": ["../community/addons/pos_stripe/static/src/*"], |
| 64 | + "@spreadsheet_dashboard_pos_hr/*": ["../community/addons/spreadsheet_dashboard_pos_hr/static/src/*"], |
| 65 | + |
| 66 | + "@l10n_cl_edi_pos/*": ["l10n_cl_edi_pos/static/src/*"], |
| 67 | + "@l10n_de_pos_cert/*": ["l10n_de_pos_cert/static/src/*"], |
| 68 | + "@l10n_de_pos_res_cert/*": ["l10n_de_pos_res_cert/static/src/*"], |
| 69 | + "@l10n_in_reports_gstr_pos/*": ["l10n_in_reports_gstr_pos/static/src/*"], |
| 70 | + "@l10n_mx_edi_pos/*": ["l10n_mx_edi_pos/static/src/*"], |
| 71 | + "@l10n_pl_reports_pos_jpk/*": ["l10n_pl_reports_pos_jpk/static/src/*"], |
| 72 | + "@pos_account_reports/*": ["pos_account_reports/static/src/*"], |
| 73 | + "@pos_blackbox_be/*": ["pos_blackbox_be/static/src/*"], |
| 74 | + "@pos_enterprise/*": ["pos_enterprise/static/src/*"], |
| 75 | + "@pos_hr_mobile/*": ["pos_hr_mobile/static/src/*"], |
| 76 | + "@pos_iot/*": ["pos_iot/static/src/*"], |
| 77 | + "@pos_iot_six/*": ["pos_iot_six/static/src/*"], |
| 78 | + "@l10n_se_pos/*": ["l10n_se_pos/static/src/*"], |
| 79 | + "@pos_online_payment_self_order_preparation_display/*": [ |
| 80 | + "pos_online_payment_self_order_preparation_display/static/src/*" |
| 81 | + ], |
| 82 | + "@pos_order_tracking_display/*": ["pos_order_tracking_display/static/src/*"], |
| 83 | + "@pos_restaurant_appointment/*": ["pos_restaurant_appointment/static/src/*"], |
| 84 | + "@pos_restaurant_preparation_display/*": [ |
| 85 | + "pos_restaurant_preparation_display/static/src/*" |
| 86 | + ], |
| 87 | + "@pos_sale_stock_renting/*": ["pos_sale_stock_renting/static/src/*"], |
| 88 | + "@pos_self_order_iot/*": ["pos_self_order_iot/static/src/*"], |
| 89 | + "@pos_self_order_preparation_display/*": [ |
| 90 | + "pos_self_order_preparation_display/static/src/*" |
| 91 | + ], |
| 92 | + "@pos_settle_due/*": ["pos_settle_due/static/src/*"], |
| 93 | + "@pos_tyro/*": ["pos_tyro/static/src/*"], |
| 94 | + "@whatsapp_pos/*": ["whatsapp_pos/static/src/*"], |
| 95 | + |
| 96 | + "@test_mail/*": ["../community/addons/test_mail/static/src/*"] |
| 97 | + } |
| 98 | + }, |
| 99 | + "include": ["**/*.js", "**/*.ts"], |
| 100 | + "exclude": [ |
| 101 | + "node_modules", |
| 102 | + "setup", |
| 103 | + "doc", |
| 104 | + "**/lib/ace", |
| 105 | + "**/lib/bootstrap", |
| 106 | + "**/lib/Chart", |
| 107 | + "**/lib/chartjs-adapter-luxon", |
| 108 | + "**/lib/fullcalendar", |
| 109 | + "**/lib/jquery", |
| 110 | + "**/lib/luxon", |
| 111 | + "**/lib/odoo_ui_icons", |
| 112 | + "**/lib/owl", |
| 113 | + "**/lib/pdfjs", |
| 114 | + "**/lib/popper", |
| 115 | + "**/lib/qunit", |
| 116 | + "**/lib/signature_pad", |
| 117 | + "**/lib/stacktracejs", |
| 118 | + "**/lib/zxing-library", |
| 119 | + "**/l10n*", |
| 120 | + "../community/addons/spreadsheet/static/src/o_spreadsheet/o_spreadsheet.js" |
| 121 | + ] |
| 122 | +} |
0 commit comments