budibase/packages/shared-core/tsconfig.json

10 lines
173 B
JSON
Raw Normal View History

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