Skip to content

Commit 5a372d8

Browse files
committed
chore: fixing more config
1 parent 2f89529 commit 5a372d8

8 files changed

Lines changed: 22 additions & 8 deletions

File tree

packages/sdk/akamai-base/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"declarationMap": true, // enables importers to jump to source
1616
"resolveJsonModule": true,
1717
"stripInternal": true,
18-
"moduleResolution": "nodenext",
18+
"moduleResolution": "bundler",
1919
"types": ["jest", "node"],
2020
"skipLibCheck": true
2121
},

packages/sdk/server-ai/examples/features/create-agent-graph/tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
"compilerOptions": {
33
"target": "ES2022",
44
"module": "ESNext",
5-
"moduleResolution": "node16",
5+
"moduleResolution": "bundler",
66
"esModuleInterop": true,
77
"allowSyntheticDefaultImports": true,
88
"strict": true,
9+
"rootDir": "src",
10+
"outDir": "dist",
911
"skipLibCheck": true,
1012
"forceConsistentCasingInFileNames": true
1113
},

packages/sdk/server-ai/examples/features/create-agent/tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
"compilerOptions": {
33
"target": "ES2022",
44
"module": "ESNext",
5-
"moduleResolution": "node16",
5+
"moduleResolution": "bundler",
66
"esModuleInterop": true,
77
"allowSyntheticDefaultImports": true,
88
"strict": true,
9+
"rootDir": "src",
10+
"outDir": "dist",
911
"skipLibCheck": true,
1012
"forceConsistentCasingInFileNames": true
1113
},

packages/sdk/server-ai/examples/features/create-judge/tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
"compilerOptions": {
33
"target": "ES2022",
44
"module": "ESNext",
5-
"moduleResolution": "node16",
5+
"moduleResolution": "bundler",
66
"esModuleInterop": true,
77
"allowSyntheticDefaultImports": true,
88
"strict": true,
9+
"rootDir": "src",
10+
"outDir": "dist",
911
"skipLibCheck": true,
1012
"forceConsistentCasingInFileNames": true
1113
},

packages/sdk/server-ai/examples/features/create-model/tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
"compilerOptions": {
33
"target": "ES2022",
44
"module": "ESNext",
5-
"moduleResolution": "node16",
5+
"moduleResolution": "bundler",
66
"esModuleInterop": true,
77
"allowSyntheticDefaultImports": true,
88
"strict": true,
9+
"rootDir": "src",
10+
"outDir": "dist",
911
"skipLibCheck": true,
1012
"forceConsistentCasingInFileNames": true
1113
},

packages/sdk/server-ai/examples/getting-started/bedrock/converse/tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
"compilerOptions": {
33
"target": "ES2022",
44
"module": "ESNext",
5-
"moduleResolution": "node16",
5+
"moduleResolution": "bundler",
66
"esModuleInterop": true,
77
"allowSyntheticDefaultImports": true,
88
"strict": true,
9+
"rootDir": "src",
10+
"outDir": "dist",
911
"skipLibCheck": true,
1012
"forceConsistentCasingInFileNames": true
1113
},

packages/sdk/server-ai/examples/getting-started/openai/chat-completions/tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
"compilerOptions": {
33
"target": "ES2022",
44
"module": "ESNext",
5-
"moduleResolution": "node16",
5+
"moduleResolution": "bundler",
66
"esModuleInterop": true,
77
"allowSyntheticDefaultImports": true,
88
"strict": true,
9+
"rootDir": "src",
10+
"outDir": "dist",
911
"skipLibCheck": true,
1012
"forceConsistentCasingInFileNames": true
1113
},

packages/sdk/server-ai/examples/getting-started/vercel-ai/generate-text/tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
"compilerOptions": {
33
"target": "ES2022",
44
"module": "ESNext",
5-
"moduleResolution": "node16",
5+
"moduleResolution": "bundler",
66
"esModuleInterop": true,
77
"allowSyntheticDefaultImports": true,
88
"strict": true,
9+
"rootDir": "src",
10+
"outDir": "dist",
911
"skipLibCheck": true,
1012
"forceConsistentCasingInFileNames": true
1113
},

0 commit comments

Comments
 (0)