mirror of
https://github.com/Discreetly/server.git
synced 2026-01-10 13:08:07 -05:00
11 lines
228 B
JSON
11 lines
228 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
"target": "ES2022",
|
|
"module": "ES2022",
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true
|
|
}
|
|
} |