1
0
Fork 0
mirror of synced 2024-07-06 15:00:49 +12:00
budibase/packages/shared-core/tsconfig.json

10 lines
173 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.build.json",
2023-08-21 18:54:08 +12:00
"compilerOptions": {
"baseUrl": "..",
"rootDir": "src",
2023-10-11 03:05:41 +13:00
"composite": true
2023-08-21 18:54:08 +12:00
},
2023-08-01 23:24:55 +12:00
"exclude": ["node_modules", "dist"]
}