Add include for tsconfig
This commit is contained in:
parent
fc7d91e98a
commit
a6e0a23306
@ -4,6 +4,7 @@
|
||||
"outDir": "dist",
|
||||
"strict": true,
|
||||
"lib": ["esnext", "dom"],
|
||||
"esModuleInterop": true
|
||||
}
|
||||
"esModuleInterop": true,
|
||||
},
|
||||
"include": ["src"]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user