Skip to content

Commit

Permalink
Merge pull request #15235 from Budibase/typing/configure-frontendcore
Browse files Browse the repository at this point in the history
Configure frontend-core
  • Loading branch information
adrinr authored Dec 24, 2024
2 parents 063ed62 + 8265fc8 commit 939416c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
6 changes: 6 additions & 0 deletions packages/frontend-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"author": "Budibase",
"license": "MPL-2.0",
"svelte": "./src/index.ts",
"scripts": {
"check:types": "yarn svelte-check"
},
"dependencies": {
"@budibase/bbui": "*",
"@budibase/shared-core": "*",
Expand All @@ -13,5 +16,8 @@
"lodash": "4.17.21",
"shortid": "2.2.15",
"socket.io-client": "^4.7.5"
},
"devDependencies": {
"svelte-check": "^4.1.0"
}
}
9 changes: 4 additions & 5 deletions packages/frontend-core/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"extends": "../../tsconfig.build.json",
"compilerOptions": {
"target": "ESNext",
"module": "preserve",
"moduleResolution": "bundler",
"outDir": "./dist",
"skipLibCheck": true,
"paths": {
"@budibase/types": ["../types/src"],
"@budibase/shared-core": ["../shared-core/src"],
"@budibase/bbui": ["../bbui/src"]
}
"allowJs": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
Expand Down

0 comments on commit 939416c

Please sign in to comment.