anim-to-bvh
Version:
Anim to BVH converter(mostly for Second Life, including Bento bones). Anim, BVH parsers.
15 lines • 323 B
JSON
{
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"target": "ES6",
"module": "CommonJS",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"declaration": true,
"lib": ["ES2023", "DOM"]
},
"include": ["src/**/*.ts"],
"exclude": ["dist", "node_modules"]
}