Files
freeCodeCamp/tools/client-plugins/browser-scripts/tsconfig.json
Oliver Eyton-Williams 583745e6ca feat: handle python input synchronously (#52526)
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2023-12-18 11:22:26 -08:00

14 lines
280 B
JSON

{
"compilerOptions": {
"target": "es2022",
"module": "CommonJS",
"lib": ["WebWorker", "DOM"],
"allowJs": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"noEmit": true
}
}