UNPKG
@eyevinn/cmcd
Version:
latest (0.2.0)
0.2.0
0.1.1
NPM library for Common Media Client Data (CTA-5004)
github.com/Eyevinn/node-cmcd
Eyevinn/node-cmcd
@eyevinn/cmcd
/
tsconfig.json
13 lines
(12 loc)
•
317 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"esModuleInterop"
:
true
,
"target"
:
"es6"
,
"moduleResolution"
:
"node"
,
"sourceMap"
:
true
,
"resolveJsonModule"
:
true
,
"outDir"
:
"./dist"
}
,
"exclude"
:
[
"node_modules"
,
"example.js"
,
"src/**/*.test.ts"
]
}