7f0cfd2c5a
esbuild isn't currently tree shaking intersections, but that's a file where we could save some room
13 lines
246 B
JSON
13 lines
246 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Check for type errors",
|
|
"type": "typescript",
|
|
"tsconfig": "tsconfig.json",
|
|
"option": "watch",
|
|
"problemMatcher": ["$tsc-watch"],
|
|
"group": "build"
|
|
}
|
|
]
|
|
}
|