* chore(core): update d3-deps Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * feat(core): add ease option to viewport transform functions Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * chore(changeset): add * chore: cleanup Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --------- Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
21 lines
309 B
JSON
21 lines
309 B
JSON
{
|
|
"extends": "@tooling/tsconfig/base",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"declarationDir": "./dist",
|
|
"resolveJsonModule": true,
|
|
},
|
|
"include": [
|
|
"./src"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist",
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.node.json"
|
|
}
|
|
]
|
|
}
|