bcs-banksigners-module
Version:
# Модуль, реализующий получение сущности bankSigners
25 lines • 419 B
JSON
{
"extends": "./tsconfig.json",
"compilerOptions": {
"declaration": true,
"removeComments": false,
"outDir": "./lib",
"types": [
"jest",
"react"
],
},
"include": [
"src/**/*.ts",
"src/**/*.tsx",
"types/**/*.d.ts",
],
"exclude": [
"node_modules",
"**/*.test.ts",
"**/*.test.tsx",
"**/*.spec.ts",
"**/*.spec.tsx",
"**/*.spec.remote.ts"
]
}