UNPKG
react-audio-recorder-wavdownloader
Version:
latest (2.0.5)
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
Audio Recorder
github.com/danrouse/react-audio-recorder
GavinThomas1192/react-audio-recorder
react-audio-recorder-wavdownloader
/
tsconfig.json
22 lines
(21 loc)
•
321 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"compilerOptions"
:
{
"module"
:
"es6"
,
"target"
:
"es5"
,
"jsx"
:
"react"
,
"allowJs"
:
true
,
"typeRoots"
:
[
"typings"
,
"node_modules/@types"
]
,
"lib"
:
[
"dom"
,
"es2015"
]
,
"outDir"
:
"dist"
,
"listEmittedFiles"
:
true
}
,
"include"
:
[
"./src/**/*"
]
}