mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-11-05 21:24:11 +01:00
10 lines
152 B
JSON
10 lines
152 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "esnext",
|
||
|
"module": "commonjs",
|
||
|
"outDir": "./lib",
|
||
|
"strict": true,
|
||
|
"esModuleInterop": true
|
||
|
}
|
||
|
}
|