UNPKG
adapta
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
A simple Typescript library for adapting data from one schema to another
github.com/malero/adapta
adapta
/
tsconfig.base.json
17 lines
(16 loc)
•
293 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"compilerOptions"
:
{
"target"
:
"es5"
,
"module"
:
"commonjs"
,
"lib"
:
[
"es2015"
]
,
"declaration"
:
true
,
"sourceMap"
:
true
,
"rootDir"
:
"./src"
,
"outDir"
:
"./dist"
,
"strict"
:
true
,
"experimentalDecorators"
:
true
}
,
"exclude"
:
[
"node_modules"
]
}