UNPKG
@rcp/c.prompt
Version:
latest (2.0.0)
2.0.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
Advanced React router prompt support beforeunload
github.com/imcuttle/rcp
imcuttle/rcp
@rcp/c.prompt
/
tsconfig.json
11 lines
(10 loc)
•
220 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"extends"
:
"../../tsconfig.json"
,
"compilerOptions"
:
{
"outDir"
:
"."
,
"jsx"
:
"react"
,
"sourceMap"
:
false
}
,
"include"
:
[
"index.ts"
,
"index.tsx"
,
"**/*.ts"
,
"**/*.tsx"
]
,
"exclude"
:
[
"__tests__"
]
}