Skip to content

Commit

Permalink
Add wav files to ts types
Browse files Browse the repository at this point in the history
  • Loading branch information
Odisseuss committed Jan 5, 2021
1 parent ef37e1b commit eab97c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es5",
"target": "es2017",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
Expand All @@ -14,7 +14,8 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx"
"jsx": "react-jsx",
"typeRoots": ["node_modules/@types", "custom_typings/"]
},
"include": ["src"]
}

0 comments on commit eab97c0

Please sign in to comment.