budibase/packages/server/tsconfig.json

14 lines
279 B
JSON
Raw Normal View History

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