mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 07:04:04 -05:00
9 lines
160 B
JSON
9 lines
160 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["es2021", "dom", "dom.iterable"],
|
|
"target": "es2021",
|
|
"module": "esnext",
|
|
"moduleResolution": "nodenext"
|
|
}
|
|
}
|