Files
ostandari/tsconfig.json
T
2024-10-21 10:22:26 +03:30

11 lines
211 B
JSON

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