traceroute_map/tsconfig.json
2024-06-05 22:59:20 +03:00

11 lines
201 B
JSON

{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}