2021-06-24 19:16:48 +02:00
|
|
|
{
|
2022-06-09 13:33:10 +02:00
|
|
|
"extends": "./tsconfig.build.json",
|
2022-06-10 23:57:12 +02:00
|
|
|
"ts-node": {
|
2023-01-27 10:33:04 +01:00
|
|
|
"require": ["tsconfig-paths/register"],
|
|
|
|
"swc": true
|
2022-06-10 23:57:12 +02:00
|
|
|
},
|
2025-02-03 11:46:03 +01:00
|
|
|
"include": [
|
|
|
|
"src/**/*",
|
|
|
|
"specs",
|
|
|
|
"__mocks__",
|
|
|
|
"../shared-core/src/automations/triggers/app.ts",
|
|
|
|
"../shared-core/src/automations/triggers/cron.ts",
|
|
|
|
"../shared-core/src/automations/triggers/index.ts",
|
|
|
|
"../shared-core/src/automations/triggers/rowAction.ts",
|
|
|
|
"../shared-core/src/automations/triggers/rowDeleted.ts",
|
|
|
|
"../shared-core/src/automations/triggers/rowSaved.ts",
|
|
|
|
"../shared-core/src/automations/triggers/rowUpdated.ts",
|
|
|
|
"../shared-core/src/automations/triggers/webhook.ts"
|
|
|
|
],
|
2023-03-09 09:50:26 +01:00
|
|
|
"exclude": ["node_modules", "dist"]
|
|
|
|
}
|