refactor: project tsconfig & abstract infra type (#2721)

(cherry picked from commit 1ad2e629ac)
This commit is contained in:
Himself65
2023-06-08 12:41:47 +08:00
committed by himself65
parent 3d0da0a21f
commit 5f634eed21
14 changed files with 149 additions and 207 deletions
+4 -5
View File
@@ -11,20 +11,19 @@
"outDir": "dist",
"moduleResolution": "node",
"resolveJsonModule": true,
"noImplicitOverride": true,
"noEmit": false
"noImplicitOverride": true
},
"include": ["**/*.ts", "**/*.tsx"],
"include": ["./layers"],
"exclude": ["node_modules", "out", "dist"],
"references": [
{
"path": "./tsconfig.node.json"
},
{
"path": "../../packages/native"
"path": "./tests/tsconfig.json"
},
{
"path": "../../packages/env"
"path": "../../packages/native"
},
{
"path": "../../packages/infra"