Skip to content

Commit

Permalink
fix: Remove viteconfig from tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio committed Jan 21, 2025
1 parent 2d65b03 commit 21ade5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"baseUrl": "src"
},
"include": ["src", ".eslintrc.js", "vite.config.ts", "jest.config.ts", "./node_modules/decentraland-builder-scripts/types.d.ts"],
"include": ["src", ".eslintrc.js", "jest.config.ts", "./node_modules/decentraland-builder-scripts/types.d.ts"],
"exclude": ["src/modules/editor/ecs.js", "src/ecsScene/scene.ts", "dist", "node_modules"],
"references": [{ "path": "./tsconfig.node.json" }]
}

0 comments on commit 21ade5b

Please sign in to comment.