mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2026-07-04 22:45:31 +00:00
9 lines
153 B
JSON
9 lines
153 B
JSON
{
|
|
"extends": ["@tsconfig/strictest"],
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
},
|
|
}
|