Sign in
apache
/
airflow-checks-action
/
refs/heads/dependabot/npm_and_yarn/actions/core-1.9.1
/
.
/
tsconfig.json
blob: 49830605bb6c681655212848c801f38afc788699 [
file
] [
log
] [
blame
]
{
"compilerOptions"
:
{
"target"
:
"es6"
,
"module"
:
"commonjs"
,
"outDir"
:
"./lib"
,
"rootDir"
:
"./src"
,
"strict"
:
true
,
"noImplicitAny"
:
true
,
"esModuleInterop"
:
true
},
"exclude"
:
[
"node_modules"
,
"**/*.test.ts"
]
}