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
/
src
/
tsconfig.app.json
13 lines
(12 loc)
•
194 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"extends"
:
"../tsconfig.json"
,
"compilerOptions"
:
{
"outDir"
:
"../out-tsc/app"
,
"module"
:
"es2015"
,
"baseUrl"
:
""
,
"types"
:
[
]
}
,
"exclude"
:
[
"**/*.spec.ts"
]
}