UNPKG
ts-repository
Version:
latest (0.0.2)
0.0.2
0.0.1
Repository template interfaces and stub in-memory implementation
github.com/nyrkovalex/ts-repository
ts-repository
/
ts
/
tsconfig.json
13 lines
•
209 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"es6"
,
"outDir"
:
"../js"
,
"noImplicitAny"
:
true
,
"declaration"
:
true
}
,
"exclude"
:
[
"typings/browser"
,
"typings/browser.d.ts"
]
}