We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8e2572 commit f03032bCopy full SHA for f03032b
packages/ai-bridge/tsconfig.json
@@ -1,15 +1,10 @@
1
{
2
+ "extends": "../../tsconfig.json",
3
"compilerOptions": {
- "target": "ES2020",
4
- "module": "ES2020",
5
- "moduleResolution": "bundler",
6
- "declaration": true,
7
"outDir": "./dist",
8
"rootDir": "./src",
9
- "strict": true,
10
- "esModuleInterop": true,
11
- "skipLibCheck": true,
12
- "forceConsistentCasingInFileNames": true
+ "module": "ES2020",
+ "moduleResolution": "bundler"
13
},
14
"include": ["src/**/*"],
15
"exclude": ["node_modules", "dist"]
0 commit comments