mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2024-11-01 04:44:16 +01:00
11 lines
192 B
JSON
11 lines
192 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es2022",
|
||
|
"module": "es2022",
|
||
|
"moduleResolution": "node",
|
||
|
"noEmit": true,
|
||
|
"strict": true,
|
||
|
"allowSyntheticDefaultImports": true
|
||
|
}
|
||
|
}
|