remove include statement from base tsconfig.json

This commit is contained in:
nthmetal
2021-09-22 23:50:04 -04:00
parent 4b44d8bd53
commit aebec1a48b

View File

@@ -20,9 +20,6 @@
"dom" "dom"
] ]
}, },
"include": [
"src/**/*.d.ts"
],
"exclude": [ "exclude": [
"node_modules" "node_modules"
] ]