mirror of
https://git.sr.ht/~roxwize/mipilin
synced 2025-01-31 02:53:36 +00:00
10 lines
165 B
JSON
10 lines
165 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"lib": ["ESNext"],
|
||
|
"target": "ES6",
|
||
|
"esModuleInterop": true,
|
||
|
"moduleResolution": "NodeNext",
|
||
|
"module": "NodeNext"
|
||
|
}
|
||
|
}
|