update type roots

This commit is contained in:
fmtabbara
2021-09-03 15:02:09 +01:00
parent 27ef28da8d
commit 0b4a8fe657
3 changed files with 5 additions and 2 deletions
+2
View File
@@ -0,0 +1,2 @@
declare module '*.jpg'
declare module '*.png'
+1 -1
View File
@@ -1,2 +1,2 @@
export * from './global'
export * from './rust'
export * from './global'
+2 -1
View File
@@ -48,7 +48,8 @@
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
"typeRoots": [
"node_modules/@types",
"src/types"
"src/types",
"./"
] /* List of folders to include type definitions from. */,
// "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. */