Skip to content

Commit f03032b

Browse files
Copilothotlong
andcommitted
Refactor tsconfig to extend root config
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent c8e2572 commit f03032b

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

packages/ai-bridge/tsconfig.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
{
2+
"extends": "../../tsconfig.json",
23
"compilerOptions": {
3-
"target": "ES2020",
4-
"module": "ES2020",
5-
"moduleResolution": "bundler",
6-
"declaration": true,
74
"outDir": "./dist",
85
"rootDir": "./src",
9-
"strict": true,
10-
"esModuleInterop": true,
11-
"skipLibCheck": true,
12-
"forceConsistentCasingInFileNames": true
6+
"module": "ES2020",
7+
"moduleResolution": "bundler"
138
},
149
"include": ["src/**/*"],
1510
"exclude": ["node_modules", "dist"]

0 commit comments

Comments
 (0)