Skip to content

Commit

Permalink
revert .npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
rotu committed Jun 14, 2024
1 parent 0c31bba commit 49b5d9c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
public-hoist-pattern[]=*
package-lock=false
lockfile=true
prefer-frozen-lockfile=false
strict-peer-dependencies=false
build-from-source=true
12 changes: 6 additions & 6 deletions script/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "./"
},
"include": ["./**/*.ts"],
"exclude": []
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "./"
},
"include": ["./**/*.ts"],
"exclude": []
}

0 comments on commit 49b5d9c

Please sign in to comment.