Tldraw/packages/curve/tsconfig.json

15 wiersze
288 B
JSON

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