Skip to content

Commit

Permalink
chore: update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Feb 9, 2022
1 parent 299ffb4 commit 2b0df10
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@
"declaration": true,
"baseUrl": "example",
"jsx": "react-jsx",
"typeRoots": ["node_modules/@types"],
"noFallthroughCasesInSwitch": true,
"noEmit": true
},
"include": ["example", ".kktrc.ts"]
"include": [
"src",
"example",
".kktrc.ts"
]
}

0 comments on commit 2b0df10

Please sign in to comment.