46 строки
993 B
JSON
46 строки
993 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"sourceMap": true,
|
|
"outDir": "./dist",
|
|
"incremental": true,
|
|
"allowJs": true,
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"target": "es2018",
|
|
"lib": [
|
|
"es2018"
|
|
],
|
|
"types": [
|
|
"mocha"
|
|
]
|
|
},
|
|
"exclude": [
|
|
"./routes/org/requestRepo.ts",
|
|
"./routes/org/requestRepo.js"
|
|
],
|
|
"include": [
|
|
"./bin/**/*",
|
|
"./business/**/*",
|
|
"./config/**/*",
|
|
"./data/**/*",
|
|
"./jobs/reports/consolidated.ts",
|
|
"./lib/**/*",
|
|
"./middleware/**/*",
|
|
"./github/**/*",
|
|
"./routes/**/*",
|
|
"./test/**/*",
|
|
"./thirdparty/**/*",
|
|
"./github/**/*",
|
|
"./features/**/*",
|
|
"./jobs/**/*",
|
|
"./webhooks/**/*",
|
|
"./app.ts",
|
|
"./data.ts",
|
|
"./localEnvironment.ts",
|
|
"./transitional.ts",
|
|
"./utils.ts",
|
|
"./entities/**/*"
|
|
]
|
|
} |