UNPKG
@permitio/permit-js
Version:
latest (0.5.2)
next (0.5.4)
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.8
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.2
0.2.1
0.2.0
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.48
0.0.1
Permitio is a frontend package that makes it easy to use permit abilities
@permitio/permit-js
/
tsconfig.json
16 lines
(14 loc)
•
327 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"compilerOptions"
:
{
"esModuleInterop"
:
true
,
"target"
:
"es6"
,
"module"
:
"commonjs"
,
"declaration"
:
true
,
"moduleResolution"
:
"node"
,
"sourceMap"
:
true
,
"outDir"
:
"dist"
}
,
"include"
:
[
"src"
]
,
"lib"
:
[
"es2015"
]
,
"exclude"
:
[
"node_modules"
,
"**/__tests__/*"
]
}