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