Skip to content

Commit

Permalink
refactor(router-core) include src
Browse files Browse the repository at this point in the history
  • Loading branch information
birkskyum committed Jan 25, 2025
1 parent d3dcc16 commit e866340
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"module": "ESNext",
"lib": ["DOM", "DOM.Iterable", "ES2022"],
"skipLibCheck": true
}
},
"include": ["src"]
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"moduleResolution": "Bundler",
"module": "ESNext",
"lib": ["DOM", "DOM.Iterable", "ES2022"],
"skipLibCheck": true
}
"skipLibCheck": true,
},
"include": ["src"],
}

0 comments on commit e866340

Please sign in to comment.