2
0
mirror of https://github.com/ad1217/PrinterStatus synced 2024-09-21 13:49:04 -04:00
PrinterStatus/tsconfig.json

9 lines
129 B
JSON
Raw Normal View History

{
"compilerOptions": {
"target": "es5",
"strict": true,
2020-09-10 18:23:07 -04:00
"module": "commonjs",
"moduleResolution": "node"
}
}