openpencil/packages/cli/tsconfig.json
2026-06-30 10:48:13 +03:00

14 lines
231 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"skipLibCheck": true,
"paths": {
"#cli/*": ["./src/*"]
}
},
"include": ["src"]
}