Skip to content

Commit

Permalink
fix: update wrong path
Browse files Browse the repository at this point in the history
Signed-off-by: Bervianto Leo Pratama <bervianto.leo@gmail.com>
  • Loading branch information
berviantoleo committed Sep 27, 2023
1 parent 0130585 commit dfccc97
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
"esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
/* Advanced Options */
"skipLibCheck": true, /* Skip type checking of declaration files. */
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
"forceConsistentCasingInFileNames": true, /* Disallow inconsistently-cased references to the same file. */
"paths": {
"react": [
"./node_modules/@types/react"
]
}
},
}

0 comments on commit dfccc97

Please sign in to comment.