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

11 lines
225 B
JSON

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