mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2024-11-01 04:44:16 +01:00
14 lines
278 B
JSON
14 lines
278 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2022",
|
|
"module": "es2022",
|
|
"moduleResolution": "node",
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"strict": true,
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
"allowSyntheticDefaultImports": true
|
|
}
|
|
}
|