chore: add 'include' in tsconfig.json

This commit is contained in:
Rairn 2023-03-17 21:12:18 +08:00
parent 05ed569d21
commit ad21554e20

View File

@ -44,5 +44,8 @@
"compilerOptions": {
"module": "commonjs"
}
}
},
"include": [
"packages/**/src",
]
}