7f0cfd2c5a
esbuild isn't currently tree shaking intersections, but that's a file where we could save some room
19 lines
370 B
JSON
19 lines
370 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "dist", "docs"],
|
|
"compilerOptions": {
|
|
"outDir": "./dist/types",
|
|
"rootDir": "src",
|
|
"baseUrl": "src",
|
|
"paths": {
|
|
"+*": ["./*"]
|
|
}
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../../packages/intersect"
|
|
},
|
|
{ "path": "../../packages/vec" }
|
|
]
|
|
}
|