cryptgeon/packages/cli/tsconfig.json

14 lines
281 B
JSON
Raw Normal View History

{
"compilerOptions": {
"target": "es2022",
"module": "es2022",
2024-09-02 10:19:35 +02:00
"moduleResolution": "Bundler",
"declaration": true,
"emitDeclarationOnly": true,
"strict": true,
"outDir": "./dist",
"rootDir": "./src",
"allowSyntheticDefaultImports": true
}
}