mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 07:04:04 -05:00
13 lines
241 B
JSON
13 lines
241 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"lib": ["es2021"],
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitOverride": true
|
|
}
|
|
}
|