From f6c62924b653c523781c75453e8bff15ba1673fb Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Mon, 29 Dec 2025 11:21:20 +0800 Subject: refactor: remove frontend files and migrate to Python backend - Deleted frontend configuration files including package.json, tsconfig.json, and vite.config.ts. - Removed favicon.ico and related assets. - Introduced a new Python script (main.py) with a simple greeting function. - Added pyproject.toml for Python project configuration and dependencies. --- tsconfig.json | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 tsconfig.json (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index 4d353d6..0000000 --- a/tsconfig.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "compilerOptions": { - "baseUrl": ".", - "target": "esnext", - "useDefineForClassFields": true, - "allowSyntheticDefaultImports": true, - "composite": true, - "module": "esnext", - "moduleResolution": "node", - "strict": true, - "jsx": "preserve", - "sourceMap": false, - "resolveJsonModule": true, - "esModuleInterop": true, - "lib": ["esnext", "dom"], - "types": [ - "node", - "vuetify" - ], - "paths": { - "@/*": ["src/*"] - }, - }, - "include": [ - "src/**/*.ts", - "src/**/*.d.ts", - "src/**/*.tsx", - "src/**/*.vue", - "../vite.config.ts" - ] -} -- cgit v1.2.3-70-g09d2