mirror of
https://github.com/ad1217/PrinterStatus
synced 2024-11-11 02:55:09 -05:00
11 lines
180 B
JSON
11 lines
180 B
JSON
{
|
|
"include": ["src/**/*"],
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"strict": true,
|
|
"module": "node16",
|
|
"outDir": "dist",
|
|
"experimentalDecorators": true
|
|
}
|
|
}
|