1
0
Fork 0
mirror of synced 2024-07-06 15:00:49 +12:00
budibase/packages/server/tsconfig.json

14 lines
279 B
JSON
Raw Normal View History

{
2022-06-09 23:33:10 +12:00
"extends": "./tsconfig.build.json",
"compilerOptions": {
2022-06-09 23:33:10 +12:00
"composite": true,
2023-08-01 22:36:32 +12:00
"baseUrl": "."
},
"ts-node": {
2023-01-27 22:33:04 +13:00
"require": ["tsconfig-paths/register"],
"swc": true
},
2023-08-01 22:36:32 +12:00
"include": ["src/**/*", "specs", "__mocks__"],
"exclude": ["node_modules", "dist"]
}