1
0
Fork 0
mirror of synced 2024-06-28 11:00:55 +12:00
budibase/packages/worker/tsconfig.json
2024-01-04 13:57:10 +01:00

13 lines
258 B
JSON

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