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

14 lines
293 B
JSON

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