Skip to content

Commit

Permalink
remove unneeded ts config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
interim17 committed Nov 16, 2023
1 parent cc1a0d2 commit 7682316
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"declarationDir": "type-declarations",
"downlevelIteration": true,
"jsx": "preserve",
"lib": ["DOM", "ES2017", "ES6", "DOM.Iterable", "ScriptHost", "es2016.array.include", "esnext"],
"lib": ["DOM", "ES2017", "ES6", "DOM.Iterable", "ScriptHost", "es2016.array.include"],
"module": "es2020",
"moduleResolution": "Node",
"noImplicitAny": false,
Expand All @@ -14,7 +14,7 @@
"strict": true,
"target": "ES6",
"skipLibCheck": true,
"types": ["@types/dom-webcodecs", "@types/dom-mediacapture-record"]
"types": ["@types/dom-webcodecs", "@types/dom-mediacapture-record", "@types/jest", "@types/mocha"]

},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "./tsconfig.base",
"include": [
"src/**/*"
, "examples/Download.tsx" ],
],
"exclude": [
"src/visGeometry/workers/**/*"
]
Expand Down

0 comments on commit 7682316

Please sign in to comment.