Sign in
apache
/
tvm
/
b547106fdeb634d2fc692d8a516899c4abe6edbc
/
.
/
web
/
tsconfig.json
blob: cd5bd8d0ca5f26b52e4f11d1736b34bd8e9823a2 [
file
]
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"es6"
,
"outDir"
:
"dist"
,
"rootDir"
:
"src"
,
"declaration"
:
true
,
"sourceMap"
:
true
,
"strict"
:
true
,
"skipLibCheck"
:
true
,
},
"include"
:
[
"src"
],
"exclude"
:
[
"**/node_modules/**"
]
}