1
0
Fork 0
mirror of synced 2024-07-04 05:50:57 +12:00
budibase/packages/shared-core/tsconfig.json

11 lines
204 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.build.json",
2023-08-21 18:54:08 +12:00
"compilerOptions": {
2024-03-21 05:37:27 +13:00
"baseUrl": "..",
"rootDir": "src",
2024-03-20 11:26:04 +13:00
"composite": true,
"types": ["node", "jest"]
2023-08-21 18:54:08 +12:00
},
2023-08-01 23:24:55 +12:00
"exclude": ["node_modules", "dist"]
}