feat: implementing server framework
This commit is contained in:
7
frontend/tsconfig.json
Normal file
7
frontend/tsconfig.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"allowJs": false,
|
||||
"lib": [ "ES2021", "DOM", "DOM.Iterable" ]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user