Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6fbf97f

Browse files
committed
chore: rule-schema-to-typescript-types
1 parent b3ca335 commit 6fbf97f

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
22
"extends": "../../tsconfig.base.json",
33
"compilerOptions": {
4-
"composite": true,
5-
"outDir": "./dist",
6-
"rootDir": "./src",
4+
"rootDir": "src",
5+
"outDir": "dist",
6+
"emitDeclarationOnly": false,
77
"resolveJsonModule": true
88
},
9-
"include": ["src", "typings"],
10-
"references": []
9+
"include": ["src"]
1110
}
Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
2-
"extends": "./tsconfig.build.json",
2+
"extends": "../../tsconfig.base.json",
33
"compilerOptions": {
4-
"composite": false,
5-
"rootDir": "."
4+
"outDir": "../../dist/out-tsc/rule-schema-to-typescript-types"
65
},
7-
"include": ["src", "tests", "typings"],
8-
"references": []
6+
"files": [],
7+
"references": [
8+
{
9+
"path": "./tsconfig.build.json"
10+
}
11+
]
912
}

tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
{
1313
"path": "./packages/repo-tools"
1414
},
15+
{
16+
"path": "./packages/rule-schema-to-typescript-types"
17+
},
1518
{
1619
"path": "./packages/rule-tester"
1720
},

0 commit comments

Comments
 (0)