UNPKG
@ordojs/security
Version:
latest (0.1.0)
0.1.0
Security package for OrdoJS with XSS, CSRF, and injection protection
@ordojs/security
/
tsconfig.json
13 lines
(12 loc)
•
213 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"extends"
:
"../../tsconfig.json"
,
"compilerOptions"
:
{
"outDir"
:
"./dist"
,
"rootDir"
:
"./src"
,
"composite"
:
true
}
,
"include"
:
[
"src/**/*"
]
,
"references"
:
[
{
"path"
:
"../core"
}
]
}