mirror of
https://github.com/social-tw/social-tw-website.git
synced 2026-04-27 03:00:18 -04:00
16 lines
368 B
JSON
16 lines
368 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "react",
|
|
"target": "es2018",
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"noImplicitThis": false,
|
|
"resolveJsonModule": true,
|
|
"noImplicitAny": false,
|
|
"declaration": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"exclude": ["**/node_modules"]
|
|
}
|