Create tsconfig.json

This commit is contained in:
XaHY 2024-11-15 13:23:10 +03:00 committed by GitHub
parent ba190e9757
commit a03119b692
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
tsconfig.json Normal file
View File

@ -0,0 +1,4 @@
{
"extends": "./node_modules/@loopback/build/config/tsconfig.common.json",
"include": ["src"]
}