UNPKG
@imorochi/iplayer
Version:
latest (1.0.0)
1.0.0
Proyecto media player con JS.
@imorochi/iplayer
/
tsconfig.json
9 lines
•
207 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"compilerOptions"
:
{
"module"
:
"ES6"
,
"preserveConstEnums"
:
true
,
"outDir"
:
"lib"
}
,
"include"
:
[
"./src/**/*"
]
,
"exclude"
:
[
"./node_modules"
,
"/*.spec.ts"
]
}