mirror of
https://github.com/NicoSerranoP/voteathon.git
synced 2026-01-14 15:18:00 -05:00
15 lines
344 B
JSON
15 lines
344 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2018",
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"noImplicitThis": false,
|
|
"resolveJsonModule": true,
|
|
"noImplicitAny": false,
|
|
"declaration": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"exclude": ["**/node_modules"]
|
|
}
|