UNPKG
@aetheras/agencejs
Version:
latest (0.11.10)
0.11.10
0.11.9
0.11.8
0.11.7
0.11.6
0.11.5
0.11.4
0.11.3
0.11.2
0.11.0
Agence Javascript Library
github.com/aetheras-io/agencejs
aetheras-io/agencejs
@aetheras/agencejs
/
tsconfig.json
13 lines
(12 loc)
•
290 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"outDir"
:
"dist"
,
"allowSyntheticDefaultImports"
:
true
,
"lib"
:
[
"esnext"
]
,
"moduleResolution"
:
"node"
,
"skipLibCheck"
:
true
,
"resolveJsonModule"
:
true
,
"strict"
:
true
}
,
"include"
:
[
"src/**/*.ts"
]
}