forked from cadence/out-of-your-element
9 lines
157 B
JSON
9 lines
157 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2024",
|
|
"module": "nodenext",
|
|
"strict": true,
|
|
"noImplicitAny": false,
|
|
"useUnknownInCatchVariables": false
|
|
}
|
|
}
|