mirror of
https://github.com/Discreetly/server.git
synced 2026-01-09 12:37:58 -05:00
init
This commit is contained in:
10
tsconfig.json
Normal file
10
tsconfig.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist",
|
||||
"target": "ES5",
|
||||
"module": "ES6"
|
||||
},
|
||||
"files": [
|
||||
"./src/server.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user