Files
social-tw-website/tsconfig.json
MorrisLin 443ca258f1 [FIX] [Frontend] fix action link and scroll (#425)
Fix action link, failed post, comment and add scroll
2024-07-12 15:41:33 +08:00

20 lines
451 B
JSON

{
"compilerOptions": {
"jsx": "react",
"target": "es2018",
"module": "commonjs",
"strict": true,
"esModuleInterop": true,
"noImplicitThis": false,
"resolveJsonModule": true,
"noImplicitAny": false,
"declaration": true,
"skipLibCheck": true,
"baseUrl": "src",
"paths": {
"@/*": ["./*"]
}
},
"exclude": ["**/node_modules"]
}