Compare commits
1 commit
789c7b0334
...
a55d7a1632
| Author | SHA1 | Date | |
|---|---|---|---|
| a55d7a1632 |
1 changed files with 9 additions and 0 deletions
9
jsconfig.json
Normal file
9
jsconfig.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2024",
|
||||
"module": "nodenext",
|
||||
"strict": true,
|
||||
"noImplicitAny": false,
|
||||
"useUnknownInCatchVariables": false
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue