1
0
Fork 0
mirror of synced 2024-07-11 01:06:04 +12:00
budibase/packages/shared-core/tsconfig.json

11 lines
225 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.build.json",
2023-08-21 18:54:08 +12:00
"compilerOptions": {
"baseUrl": "..",
"rootDir": "src",
"composite": true,
"tsBuildInfoFile": "dist/tsconfig.tsbuildinfo"
},
2023-08-01 23:24:55 +12:00
"exclude": ["node_modules", "dist"]
}