Mario-Kart-3.js/.triplex/config.json

16 lines
379 B
JSON
Raw Normal View History

2024-03-05 02:46:21 -08:00
{
"$schema": "https://triplex.dev/config.schema.json",
"components": ["../src/components/**/*.(j|t)sx"],
"files": ["../src/components/**/*.(j|t)sx"],
"provider": "./provider.tsx",
"assetsDir": "models",
"rendererAttributes": {
"gl": {
"antialias": false,
"stencil": false,
"depth": false,
"powerPreference": "high-performance"
}
}
}