mirror of
https://github.com/Xevion/schedule-extract.git
synced 2025-12-06 05:16:25 -06:00
9 lines
145 B
JSON
9 lines
145 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"module": "NodeNext",
|
|
"target": "ESNext",
|
|
"moduleResolution": "NodeNext"
|
|
}
|
|
}
|