Adding new install script to script folder

This commit is contained in:
2026-07-02 16:28:11 -05:00
parent 3830ca395e
commit bc83792d7a
6 changed files with 788 additions and 0 deletions
@@ -0,0 +1,13 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "Node16",
"moduleResolution": "Node16",
"jsx": "react-jsx",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src/**/*"]
}