UNPKG
@fakel/ra-simple-auth
Version:
latest (0.0.2)
0.0.2
0.0.1
Simple auth provider for @fakel/rest-admin
@fakel/ra-simple-auth
/
tsconfig.json
12 lines
(11 loc)
•
264 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"extends"
:
"../../tsconfig.json"
,
"compilerOptions"
:
{
"outDir"
:
"./lib"
,
"rootDir"
:
"./src"
,
"declaration"
:
true
,
"allowJs"
:
false
}
,
"exclude"
:
[
"**/*.spec.ts"
,
"**/*.spec.tsx"
,
"**/*.spec.js"
,
"node_modules"
]
,
"include"
:
[
"./src"
]
}