Skip to content

Commit

Permalink
fix: tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoliradev committed Jan 5, 2025
1 parent df70abd commit 121a7a9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-standalone",
"version": "1.5.3",
"version": "1.5.6",
"description": "Transform Svelte components in standalone scripts!",
"bin": {
"standalone": "dist/cli/cli.js"
Expand All @@ -26,24 +26,23 @@
"prettier": "^3.1.1",
"svelte": "^4.2.7",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.1"
"typescript-eslint": "^8.0.1",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"tailwindcss": "^3.4.15",
"vite": "^6.0.0"
},
"dependencies": {
"@fullhuman/postcss-purgecss": "^7.0.2",
"@inquirer/prompts": "^7.2.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-strip": "^3.0.4",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.2",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"commander": "^12.1.0",
"cssnano": "^7.0.6",
"find-up": "^7.0.0",
"glob": "^11.0.0",
"node-plop": "^0.32.0",
"rollup-plugin-visualizer": "^5.12.0",
"tailwindcss": "^3.4.15",
"vite": "^6.0.0",
"vite-plugin-lib-inject-css": "^2.1.1"
},
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"strict": true,
"skipLibCheck": true,
"resolveJsonModule": true,
"outDir": "dist"
"outDir": "dist",
"rootDir": "src"
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
Expand Down

0 comments on commit 121a7a9

Please sign in to comment.