typescript more like gayscript

This commit is contained in:
amy 2024-06-23 22:11:02 +03:30
parent 9cdcae11d2
commit a8bf4b8a5a
19 changed files with 246 additions and 114 deletions

11
tsconfig.json Normal file
View file

@ -0,0 +1,11 @@
{
"files": [],
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.node.json"
}
]
}