final cleanup

This commit is contained in:
2026-05-02 11:22:44 -04:00
parent fd98536a27
commit fe065fee08
3 changed files with 0 additions and 25 deletions

View File

@@ -1,10 +0,0 @@
{
"name": "frenocorp",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"test": "echo 'No tests configured'",
"lint": "echo 'No linter configured'"
}
}

View File

View File

@@ -1,15 +0,0 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true
},
"include": []
}