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.spec.json
21 lines
(20 loc)
•
324 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"extends"
:
"../tsconfig.json"
,
"compilerOptions"
:
{
"outDir"
:
"../out-tsc/spec"
,
"baseUrl"
:
"./"
,
"module"
:
"commonjs"
,
"target"
:
"es5"
,
"types"
:
[
"jasmine"
,
"node"
]
}
,
"files"
:
[
"test.ts"
]
,
"include"
:
[
"**/*.spec.ts"
,
"**/*.d.ts"
]
}