Files
fakemoney/server/tsconfig.json
2026-02-28 01:19:48 +01:00

14 lines
288 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../dist/out-tsc/server",
"module": "commonjs",
"esModuleInterop": true,
"skipLibCheck": true,
"allowSyntheticDefaultImports": true
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules"]
}