UNPKG
ngx-editor-sodo
Version:
latest (3.3.0)
3.3.0
WYSIWYG Editor for Angular Applications
github.com/Sibiraj-S/ngx-editor
Sibiraj-S/ngx-editor
ngx-editor-sodo
/
src
/
tsconfig.app.json
17 lines
(16 loc)
•
294 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"extends"
:
"../tsconfig.json"
,
"compilerOptions"
:
{
"outDir"
:
"../out-tsc/app"
,
"baseUrl"
:
"./"
,
"module"
:
"es2015"
,
"types"
:
[
]
}
,
"exclude"
:
[
"test.ts"
,
"**/*.spec.ts"
,
"app.module.ts"
,
"app.component.ts"
,
"app.service.ts"
]
}