UNPKG
frontlook-react
Version:
latest (1.0.0)
1.0.0
frontlook-react
/
tsconfig.json
15 lines
(14 loc)
•
296 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"compilerOptions"
:
{
"target"
:
"ES2020"
,
"module"
:
"ES6"
,
"moduleResolution"
:
"node"
,
"outDir"
:
"dist"
,
"rootDir"
:
"."
,
"esModuleInterop"
:
true
,
"strict"
:
true
,
"skipLibCheck"
:
true
,
}
,
"include"
:
[
"/**/*.ts"
,
"/**/*.tsx"
]
,
"exclude"
:
[
"node_modules"
]
}