mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
dbgate types in tsconfig - doesn't work
This commit is contained in:
parent
4fe2912707
commit
a1c5221844
@ -5,6 +5,10 @@
|
||||
"checkJs": true,
|
||||
"noEmit": true,
|
||||
"moduleResolution": "node",
|
||||
// doesn't work
|
||||
"types": [
|
||||
"dbgate"
|
||||
]
|
||||
},
|
||||
"include": [
|
||||
"src"
|
||||
|
@ -15,12 +15,13 @@
|
||||
"lib": [
|
||||
"dom",
|
||||
"dom.iterable",
|
||||
"esnext",
|
||||
"esnext"
|
||||
],
|
||||
"strict": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
// doesn't work
|
||||
"types": [
|
||||
"dbgate"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user