1
0
Fork 0
mirror of synced 2024-08-13 09:01:40 +12:00
budibase/packages/backend-core/tsconfig.json

9 lines
150 B
JSON
Raw Normal View History

{
2022-06-09 23:33:10 +12:00
"extends": "./tsconfig.build.json",
"compilerOptions": {
2022-06-09 23:33:10 +12:00
"composite": true,
2023-08-02 00:12:28 +12:00
"baseUrl": "."
},
"exclude": ["node_modules", "dist"]
}