Skip to content

Commit 221a5ef

Browse files
committed
revert config
1 parent 46dab18 commit 221a5ef

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

packages/instrumentation-openai/tsconfig.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"extends": "../../tsconfig.base",
33
"compilerOptions": {
44
"rootDir": ".",
5-
"outDir": "build"
5+
"outDir": "build",
6+
"skipLibCheck": true
67
},
7-
"include": ["src/**/*.ts", "test/**/*.ts"]
8+
"include": [
9+
"src/**/*.ts",
10+
"test/**/*.ts"
11+
]
812
}

0 commit comments

Comments
 (0)