refactor progress
This commit is contained in:
10
packages/openapi/tsconfig.json
Normal file
10
packages/openapi/tsconfig.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"extends": "../../tsconfigs/base.json",
|
||||
"compilerOptions": {
|
||||
"lib": ["ESNext"],
|
||||
"paths": {
|
||||
"@fluxer/*": ["./../../packages/*"]
|
||||
}
|
||||
},
|
||||
"include": ["src/**/*.tsx", "src/**/*.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user