chore: configure project with src/ directory structure and tooling

- Move app files into src/ directory following Next.js convention
- Add baseUrl: src/ to tsconfig.json for path resolution
- Add .vscode/launch.json with debug configs for dev/build/start/lint
- Add lint:fix npm script to package.json
This commit is contained in:
2026-06-08 11:04:42 +08:00
parent 6e15715e67
commit 14d6e7c41e
8 changed files with 53 additions and 1 deletions
+1
View File
@@ -13,6 +13,7 @@
"isolatedModules": true,
"jsx": "react-jsx",
"incremental": true,
"baseUrl": "src/",
"plugins": [
{
"name": "next"