forked from cadence/out-of-your-element
10 lines
178 B
JSON
10 lines
178 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2024",
|
|
"module": "nodenext",
|
|
"lib": ["ESNext"],
|
|
"strict": true,
|
|
"noImplicitAny": false,
|
|
"useUnknownInCatchVariables": false
|
|
}
|
|
}
|