1
0
Fork 0
mirror of synced 2024-08-14 17:42:01 +12:00
budibase/packages/shared-core/tsconfig.json
2024-03-20 17:37:27 +01:00

10 lines
204 B
JSON

{
"extends": "./tsconfig.build.json",
"compilerOptions": {
"baseUrl": "..",
"rootDir": "src",
"composite": true,
"types": ["node", "jest"]
},
"exclude": ["node_modules", "dist"]
}