Skip to content

Commit

Permalink
fix: build failing due to changes in tsconfig'
Browse files Browse the repository at this point in the history
'
  • Loading branch information
roiperlman committed Apr 17, 2021
1 parent 5913c51 commit 31d48eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Expand Up @@ -55,7 +55,7 @@
// "rootDirs": ["./src"], /* List of root folders whose combined content represents the structure of the project at runtime. */
// "include": ["./src"],
// "typeRoots": [], /* List of folders to include type definitions from. */
"types": ["node"], /* Type declaration files to be included in compilation. */
// "types": ["node"], /* Type declaration files to be included in compilation. */
// "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */
"esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
// "preserveSymlinks": true, /* Do not resolve the real path of symlinks. */
Expand Down

0 comments on commit 31d48eb

Please sign in to comment.