mirror of
https://github.com/Aviortheking/codestats-readme.git
synced 2025-04-22 02:32:09 +00:00
This PR remove the need to use Vercel to setup the server, currently it can still be used as such using the api folder
20 lines
319 B
JSON
20 lines
319 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"jsx": "react",
|
|
"outDir": "dist",
|
|
|
|
"strict": true,
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"index.ts"
|
|
]
|
|
}
|