We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c31bba commit 49b5d9cCopy full SHA for 49b5d9c
.npmrc
@@ -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
@@ -1,8 +1,8 @@
{
- "extends": "../tsconfig.json",
- "compilerOptions": {
- "outDir": "./"
- },
- "include": ["./**/*.ts"],
7
- "exclude": []
+ "extends": "../tsconfig.json",
+ "compilerOptions": {
+ "outDir": "./"
+ },
+ "include": ["./**/*.ts"],
+ "exclude": []
8
}
0 commit comments