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 Jun 4, 2021
1 parent 6beefbd commit 52a93cb
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,17 @@
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "esnext",
// "module": "commonjs",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"declaration": true,
"baseUrl": "website",
"jsx": "react"
"jsx": "react-jsx",
"noFallthroughCasesInSwitch": true,
"noEmit": true
},
"include": ["website", "src/**/*"]
}
"include": [
"website",
"src/**/*"
]
}

0 comments on commit 52a93cb

Please sign in to comment.