mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
chore(deps): support TypeScript 6 build
This commit is contained in:
parent
99e5a2f4d4
commit
344a9bdf9c
2 changed files with 6 additions and 5 deletions
|
|
@ -15,7 +15,8 @@
|
|||
"sourceMap": true,
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
"verbatimModuleSyntax": true
|
||||
"verbatimModuleSyntax": true,
|
||||
"types": ["node"]
|
||||
},
|
||||
"include": [
|
||||
"plugins/**/*.ts",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue