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