1
0
Fork 0
mirror of synced 2024-07-04 05:50:57 +12:00
budibase/packages/server/tsconfig.json
2023-08-01 12:52:12 +02:00

14 lines
279 B
JSON

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