JSX component support and time command

This commit is contained in:
JB
2026-01-02 16:08:20 -05:00
parent eece9b1257
commit bba8c4f6f1
71 changed files with 1214 additions and 429 deletions

View File

@@ -4,9 +4,9 @@
"composite": true,
"jsx": "react-jsx",
"jsxImportSource": "@star-kitten/lib/discord",
"moduleResolution": "bundler",
"paths": {
"@*": ["./src/*"],
"@star-kitten/lib/*": ["../lib/src/*"]
"@/*": ["./src/*"]
},
"typeRoots": ["src/types", "./node_modules/@types"]
},