UNPKG
dadou-json-editor
Version:
latest (1.0.0)
1.0.0
Angular 8 with Electron (Typescript + SASS + Hot Reload)
github.com/maximegris/angular-electron
dadou-json-editor
/
e2e
/
tsconfig.e2e.json
14 lines
(13 loc)
•
189 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"extends"
:
"../tsconfig.json"
,
"compilerOptions"
:
{
"outDir"
:
"../out-tsc/e2e"
,
"module"
:
"es2015"
,
"types"
:
[
"mocha"
]
}
,
"include"
:
[
"**/*.ts"
]
}