wallets-api / server /tsconfig.json
z1amez's picture
v.1
2dddd1f
raw
history blame contribute delete
236 Bytes
{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}