mirror of
https://github.com/Discreetly/server.git
synced 2026-04-17 03:00:55 -04:00
14 lines
268 B
JSON
14 lines
268 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
"target": "ES2022",
|
|
"module": "ES2022",
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"files": [
|
|
"./src/server.ts"
|
|
]
|
|
} |