mirror of
https://github.com/Discreetly/server.git
synced 2026-05-09 03:00:03 -04:00
10 lines
135 B
JSON
10 lines
135 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"target": "ES5",
|
|
"module": "ES6"
|
|
},
|
|
"files": [
|
|
"./src/server.ts"
|
|
]
|
|
} |