Skip to content

Commit

Permalink
Fix: add src to tsconfig include
Browse files Browse the repository at this point in the history
  • Loading branch information
utkusarioglu committed Jan 31, 2021
1 parent 58ec87b commit 6de5509
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */,
"skipLibCheck": true /* Skip type checking of declaration files. */,
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
}
},
"include": ["src"]
}

0 comments on commit 6de5509

Please sign in to comment.