chore: remove types.d.ts in `include`

This commit is contained in:
草鞋没号 2022-07-02 11:09:17 +08:00
parent 69397edfc0
commit 0f747c67c6
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
"noEmit": true,
"jsx": "react-jsx"
},
"include": ["src", "types.d.ts"],
"include": ["src"],
"references": [{ "path": "./tsconfig.node.json" }]
}