dsa-connectors-2.0/tsconfig.json

12 lines
232 B
JSON
Raw Permalink Normal View History

2023-12-15 22:50:02 +00:00
{
"compilerOptions": {
"target": "es2020",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"resolveJsonModule": true
}
}