UNPKG
perchi
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Implementation of classical ciphers.
github.com/llimak/perchi
llimak/perchi
perchi
/
tsconfig.json
8 lines
•
139 B
JSON
View Raw
1
2
3
4
5
6
7
8
{
"compilerOptions"
:
{
"outDir"
:
"./built"
,
"allowJs"
:
true
,
"target"
:
"es5"
}
,
"include"
:
[
"./src/**/*"
]
}