budibase/packages/worker/tsconfig.json

9 lines
188 B
JSON

{
"extends": "./tsconfig.build.json",
"ts-node": {
"require": ["tsconfig-paths/register"]
},
"include": ["src/**/*", "__mocks__/**/*"],
"exclude": ["node_modules", "dist"]
}