mirror of
https://github.com/Discreetly/server.git
synced 2026-01-10 13:08:07 -05:00
10 lines
141 B
JSON
10 lines
141 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"target": "ES2020",
|
|
"module": "ES2020"
|
|
},
|
|
"files": [
|
|
"./src/server.ts"
|
|
]
|
|
} |