🎨 Refactoring CLI
This commit is contained in:
@@ -1,17 +1,25 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "Node16",
|
||||
"module": "ESNext",
|
||||
"target": "es2020",
|
||||
"types": [
|
||||
"node"
|
||||
],
|
||||
"esModuleInterop": true,
|
||||
"resolveJsonModule": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"target": "es6",
|
||||
"noImplicitAny": true,
|
||||
"moduleResolution": "Node16",
|
||||
"moduleResolution": "node",
|
||||
"sourceMap": true,
|
||||
"outDir": "dist",
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["bin/*"]
|
||||
"@/*": [
|
||||
"bin/*"
|
||||
]
|
||||
}
|
||||
},
|
||||
"include": ["bin/**/*"]
|
||||
"include": [
|
||||
"bin/**/*"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user