Skip to content
Prev Previous commit
Next Next commit
Update tsconfig.json
  • Loading branch information
andresain123 committed Jun 22, 2020
commit 1ce25c4c24b6619c186485f84db0a56bed6f4dfa
2 changes: 0 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
"jsx": "react" /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */,
/* Strict Type-Checking Options */
"strict": true /* Enable all strict type-checking options. */,
"types": ["node"],
"typeRoots": ["../node_modules/@types"],
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
}
}