@fdm-monster/server
Version:
FDM Monster is a bulk OctoPrint, Klipper, PrusaLink and BambuLab manager to set up, configure and monitor 3D printers. Our aim is to provide neat overview over your farm.
24 lines (23 loc) • 584 B
JSON
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"allowJs": true,
"resolveJsonModule": true,
"types": ["node"],
"sourceMap": true,
"outDir": "dist",
"strict": true,
"strictNullChecks": true,
"strictPropertyInitialization": false,
"lib": ["esnext"],
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"skipLibCheck": true
},
"include": ["src/**/*"]
}