Files
personal-code-finder/tsconfig.json
2026-02-01 15:02:15 +02:00

10 lines
200 B
JSON

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