Skip to content

Commit 49b5d9c

Browse files
committed
revert .npmrc
1 parent 0c31bba commit 49b5d9c

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

.npmrc

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
public-hoist-pattern[]=*
2+
package-lock=false
3+
lockfile=true
4+
prefer-frozen-lockfile=false
5+
strict-peer-dependencies=false
6+
build-from-source=true

script/tsconfig.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"extends": "../tsconfig.json",
3-
"compilerOptions": {
4-
"outDir": "./"
5-
},
6-
"include": ["./**/*.ts"],
7-
"exclude": []
2+
"extends": "../tsconfig.json",
3+
"compilerOptions": {
4+
"outDir": "./"
5+
},
6+
"include": ["./**/*.ts"],
7+
"exclude": []
88
}

0 commit comments

Comments
 (0)