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,
|
"checkJs": true,
|
||||||
"noEmit": true,
|
"noEmit": true,
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
|
// doesn't work
|
||||||
|
"types": [
|
||||||
|
"dbgate"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"src"
|
"src"
|
||||||
|
@ -15,12 +15,13 @@
|
|||||||
"lib": [
|
"lib": [
|
||||||
"dom",
|
"dom",
|
||||||
"dom.iterable",
|
"dom.iterable",
|
||||||
"esnext",
|
"esnext"
|
||||||
],
|
],
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"forceConsistentCasingInFileNames": true,
|
"forceConsistentCasingInFileNames": true,
|
||||||
"resolveJsonModule": true,
|
"resolveJsonModule": true,
|
||||||
"isolatedModules": true,
|
"isolatedModules": true,
|
||||||
|
// doesn't work
|
||||||
"types": [
|
"types": [
|
||||||
"dbgate"
|
"dbgate"
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user