Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typing grid rows stores #15255

Merged
merged 22 commits into from
Dec 31, 2024
Prev Previous commit
Next Next commit
Fix tsconfig
  • Loading branch information
adrinr committed Dec 27, 2024
commit c1c95a60739eefcf627b4f30a07cbce4d5f03614
1 change: 1 addition & 0 deletions packages/builder/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "./tsconfig.build.json",
"compilerOptions": {
"outDir": "./dist",
"lib": ["ESNext"],
"baseUrl": ".",
"paths": {
"assets/*": ["./assets/*"],
Expand Down