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

10 lines
173 B
JSON

{
"extends": "./tsconfig.build.json",
"compilerOptions": {
"baseUrl": "..",
"rootDir": "src",
"composite": true
},
"exclude": ["node_modules", "dist"]
}