diff --git a/package.json b/package.json deleted file mode 100644 index d1f7758f4..000000000 --- a/package.json +++ /dev/null @@ -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'" - } -} diff --git a/test.db b/test.db deleted file mode 100644 index e69de29bb..000000000 diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index f348db552..000000000 --- a/tsconfig.json +++ /dev/null @@ -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": [] -}