chore: optimize tsconfig.json

This commit is contained in:
Rairn 2023-03-23 12:07:14 +08:00
parent 81948f4f2c
commit 48fb4855af

View File

@ -44,5 +44,13 @@
"compilerOptions": {
"module": "commonjs"
}
}
},
"include": [
"packages/**/*"
],
"exclude": [
"packages/**/node_modules",
"packages/**/dist",
"packages/**/lib"
]
}