Skip to content

Commit

Permalink
revert tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
nbsp committed Dec 29, 2024
1 parent 0dd8462 commit 89e1234
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions packages/livekit-rtc/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist",
"declarationDir": "dist",
"module": "ES2020",
"esModuleInterop": true,
"allowJs": true,
"declaration": true,
"declarationMap": true,
"target": "es2020",
"lib": ["es2020"],
"moduleResolution": "node",
"sourceMap": true,
"declarationDir": "dist"
},
"include": ["src/**/*.ts"],
"exclude": ["src/**/*.test.ts", "vite.config.ts"]
Expand Down

0 comments on commit 89e1234

Please sign in to comment.