This website requires JavaScript.
Explore
Help
Register
Sign in
PrivateCoffee
/
tldraw
Watch
4
Star
0
Fork
You've already forked tldraw
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
1
3d4544548b
tldraw
/
tsconfig.json
5 lines
103 B
JSON
Raw
Normal View
History
Unescape
Escape
a good starter template
2021-05-09 12:03:39 +00:00
{
cleans up tsconfigs
2021-08-13 12:48:08 +00:00
"extends"
:
"./tsconfig.base.json"
,
[feature] Add grids (#344) * [feature] grids * Shows relative grids at different zoom levels * Update colors * Restores vec and intersect to monorepo, changes vec.round to vec.toFixed, adds vec.snap * Snapping in translate and transforms, fix shortcut * fix bugs in build * use grid size for nudge too * update scripts * Update grid.tsx * Update grid.tsx * Fixed! * Update grid.tsx * Fix package imports * Update Editor.tsx * Improve tsconfigs, imports * Fix tiny arrow bugs, snap starting points to grid * Update tsconfig.base.json * Update shape-styles.ts * Fix example tsconfig * Fix translate type error * Fix types, paths Co-authored-by: Steve Ruiz <steveruizok@gmail.com>
2021-11-26 15:14:10 +00:00
"exclude"
:
[
"node_modules"
,
"**/*.test.ts"
,
"**/*.spec.ts"
]
a good starter template
2021-05-09 12:03:39 +00:00
}
Reference in a new issue
Copy permalink