chore: rename return flow (#8050)

This commit is contained in:
Carlos R. L. Rodrigues
2024-07-10 08:09:10 -03:00
committed by GitHub
parent bec2dcd667
commit de36e2b36e
59 changed files with 82 additions and 42 deletions
+4 -10
View File
@@ -3,9 +3,7 @@
"compilerOptions": {
"paths": {
"docs-ui": ["./src/index.ts"],
"@/*": [
"./src/*"
]
"@/*": ["./src/*"]
},
"outDir": "dist",
"tsBuildInfoFile": "./dist/.tsbuildinfo-client",
@@ -15,11 +13,7 @@
"module": "ESNext",
"target": "es6",
"declaration": true,
"declarationMap": true,
"declarationMap": true
},
"include": [
"src/**/*",
"tailwind.config.js",
"postcss.config.js"
]
}
"include": ["src/**/*", "tailwind.config.js", "postcss.config.js"]
}