mirror of
https://github.com/social-tw/social-tw-website.git
synced 2026-01-08 23:18:05 -05:00
20 lines
451 B
JSON
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"]
|
|
}
|