chore: fix tsconfig json syntax (#346)

This commit is contained in:
Strtus 2025-10-22 22:07:20 +08:00 committed by GitHub
parent b4b89fcd37
commit e56b386a20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,8 +19,8 @@
} }
], ],
"paths": { "paths": {
"@/*": ["./src/*"], "@/*": ["./src/*"]
}, }
}, },
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"] "exclude": ["node_modules"]