traceroute_map/tsconfig.json

11 lines
201 B
JSON
Raw Permalink Normal View History

2024-06-05 22:59:20 +03:00
{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}