Skip to content

Commit

Permalink
chore: strictNullChecks 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ananjaemin committed Oct 26, 2022
1 parent 763c379 commit 99fb5c7
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
{
"compilerOptions": {
"target": "es5",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"strictNullChecks": false,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"module": "esnext",
Expand All @@ -20,5 +17,5 @@
"noEmit": true,
"jsx": "react-jsx"
},
"include": ["src","src/components", "src/custom.d.ts"]
"include": ["src", "src/components", "src/custom.d.ts"]
}

0 comments on commit 99fb5c7

Please sign in to comment.