update type roots
This commit is contained in:
Vendored
+2
@@ -0,0 +1,2 @@
|
|||||||
|
declare module '*.jpg'
|
||||||
|
declare module '*.png'
|
||||||
@@ -1,2 +1,2 @@
|
|||||||
export * from './global'
|
|
||||||
export * from './rust'
|
export * from './rust'
|
||||||
|
export * from './global'
|
||||||
|
|||||||
@@ -48,7 +48,8 @@
|
|||||||
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
|
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
|
||||||
"typeRoots": [
|
"typeRoots": [
|
||||||
"node_modules/@types",
|
"node_modules/@types",
|
||||||
"src/types"
|
"src/types",
|
||||||
|
"./"
|
||||||
] /* List of folders to include type definitions from. */,
|
] /* List of folders to include type definitions from. */,
|
||||||
// "types": [], /* Type declaration files to be included in compilation. */
|
// "types": [], /* Type declaration files to be included in compilation. */
|
||||||
// "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */
|
// "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */
|
||||||
|
|||||||
Reference in New Issue
Block a user