1
0
Fork 0
mirror of synced 2024-09-21 11:53:49 +12:00
budibase/packages/shared-core/tsconfig.json

8 lines
138 B
JSON
Raw Normal View History

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