2
0
mirror of https://github.com/ad1217/PrinterStatus synced 2024-09-21 13:49:04 -04:00
PrinterStatus/server/tsconfig.json
2022-10-24 18:29:57 -04:00

11 lines
180 B
JSON

{
"include": ["src/**/*"],
"compilerOptions": {
"target": "es6",
"strict": true,
"module": "node16",
"outDir": "dist",
"experimentalDecorators": true
}
}