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