1
0
Fork 0
mirror of synced 2024-07-02 04:50:44 +12:00
budibase/packages/shared-core/tsconfig.json
2024-03-20 17:37:27 +01:00

11 lines
204 B
JSON

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