1
0
Fork 0
mirror of synced 2024-09-11 06:56:23 +12:00
budibase/packages/shared-core/tsconfig.json

13 lines
251 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.build.json",
"compilerOptions": {
"composite": true,
2023-08-02 00:18:54 +12:00
"baseUrl": ".",
"paths": {
"@budibase/types": ["../types/src"]
}
2023-08-01 23:24:55 +12:00
},
"include": ["**/*.js", "**/*.ts"],
"exclude": ["node_modules", "dist"]
}