1
0
Fork 0
mirror of synced 2024-07-07 23:35:49 +12:00
budibase/packages/types/tsconfig.json
2023-08-02 00:40:09 +02:00

11 lines
226 B
JSON

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