UNPKG
axcora
Version:
alfa-zeus (1.0.1-alfa-zeus)
ath (1.0.1-athenas)
athena (1.0.1-athena)
batavia-zeus (1.0.0-batavia-zeus)
batavias-zeus (1.0.0-batavias-zeus)
beta-zeus (1.0.1-beta-zeus)
betas-zeus (1.0.1-betas-zeus)
betasa-zeus (1.0.1-betasa-zeus)
hero (1.0.0-hero)
heroes (1.0.1-heroes)
heros (1.0.1-heros)
latest (1.0.1-athenas)
zeus (1.0.1-zeus)
1.0.1
1.0.1-zeus
1.0.1-heros
1.0.1-heroes
1.0.1-betasa-zeus
1.0.1-betas-zeus
1.0.1-beta-zeus
1.0.1-athenas
1.0.1-athena
1.0.1-alfa-zeus
1.0.0
1.0.0-hero
1.0.0-beta-2
1.0.0-beta-1
1.0.0-beta
1.0.0-batavias-zeus
1.0.0-batavia-zeus
1.0.0-alfa
1.0.0-al
1.0.0-ac
1.0.0-ab
1.0.0-a
Modern and Super Light Static Site Generator
github.com/axcora/axcorassg
axcora/axcorassg
axcora
/
static
/
templates
/
default
/
tsconfig.json
18 lines
(17 loc)
•
325 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"compilerOptions"
:
{
"target"
:
"ES2020"
,
"module"
:
"ESNext"
,
"moduleResolution"
:
"Node"
,
"outDir"
:
"dist"
,
"rootDir"
:
"src"
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"skipLibCheck"
:
true
}
,
"include"
:
[
"src"
]
,
"exclude"
:
[
"dist"
,
"node_modules"
]
}