mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 13:56:15 +00:00
chore(apps/server)!: rewrite rename and move to appropriate dir
This commit is contained in:
11
apis/websocket/tsconfig.json
Executable file
11
apis/websocket/tsconfig.json
Executable file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"extends": "../../tsconfig.apis.json",
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"outDir": "dist",
|
||||
"module": "ESNext",
|
||||
"composite": false,
|
||||
},
|
||||
"exclude": ["node_modules", "dist"],
|
||||
"include": ["./*.json", "src/**/*.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user