Skip to content
This repository has been archived by the owner on Jan 21, 2025. It is now read-only.

Commit

Permalink
update node again 4
Browse files Browse the repository at this point in the history
  • Loading branch information
jbis9051 committed Aug 14, 2024
1 parent a03ac46 commit c84c985
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/platforms/so/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"compilerOptions": {
"target": "es6",
"typeRoots": ["../../../node_modules/@types"],
"noImplicitAny": false
"noImplicitAny": false,
"outDir": "build"
},
"include": ["src"]
}
2 changes: 0 additions & 2 deletions packages/platforms/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"compilerOptions": {
"baseUrl": ".",
"declaration": true,
"downlevelIteration": true,
"esModuleInterop": true,
Expand All @@ -9,7 +8,6 @@
"module": "commonjs",
"moduleResolution": "node",
"noImplicitAny": true,
"outDir": "build",
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
Expand Down

0 comments on commit c84c985

Please sign in to comment.