mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2024-11-01 12:54:18 +01:00
13 lines
226 B
JSON
13 lines
226 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"incremental": true,
|
||
|
"composite": true,
|
||
|
"target": "es2022",
|
||
|
"module": "es2022",
|
||
|
"rootDir": "./src",
|
||
|
"moduleResolution": "node",
|
||
|
"outDir": "./dist",
|
||
|
"strict": true
|
||
|
}
|
||
|
}
|