Files
tf_provider/PROD_STAND/POSTGRES/testnode/tsconfig.json
T
2026-06-30 15:46:24 +04:00

10 lines
209 B
JSON

{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "@loopback/build/config/tsconfig.common.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src"
},
"include": ["src"]
}