cryptgeon/packages/cli/tsconfig.json

11 lines
192 B
JSON
Raw Normal View History

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