Tldraw/packages/intersect/tsconfig.json

15 wiersze
306 B
JSON

{
"extends": "../../tsconfig.base.json",
"exclude": ["node_modules", "dist", "docs"],
"compilerOptions": {
"outDir": "./dist",
"rootDir": "src",
"baseUrl": "."
},
"references": [{ "path": "../vec" }],
"typedocOptions": {
"entryPoints": ["src/index.ts"],
"out": "docs"
}
}