Tldraw/packages/curve/tsconfig.json

11 wiersze
198 B
JSON

{
"extends": "../../tsconfig.base.json",
"include": ["src"],
"exclude": ["node_modules", "dist"],
"compilerOptions": {
"outDir": "./dist",
"rootDir": "src",
"baseUrl": "."
}
}