refactor: react-render using TypeScript

This commit is contained in:
wuji.xwt 2020-09-04 18:27:52 +08:00
parent c19a09d187
commit ebe05056f0
18 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "lib"
},
"include": [
"./src/"
]
}