budibase/packages/shared-core/tsconfig.json

11 lines
225 B
JSON
Raw Normal View History

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