Files
fakemoney/server/tsconfig.json
2026-02-28 10:18:14 +01:00

15 lines
289 B
JSON

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