cryptgeon/packages/cli/tsconfig.json

11 lines
192 B
JSON
Raw Normal View History

2023-04-26 18:06:09 +02:00
{
"compilerOptions": {
2023-04-27 19:01:32 +02:00
"target": "es2022",
"module": "es2022",
"moduleResolution": "node",
"noEmit": true,
2023-05-12 18:55:05 +02:00
"strict": true,
"allowSyntheticDefaultImports": true
2023-04-26 18:06:09 +02:00
}
}