Skip to content

Commit 68a17bb

Browse files
author
Weffe
committed
chore: update tsconfig and add tslib back as a dep
1 parent 4ee7be0 commit 68a17bb

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

package-lock.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,8 @@
6666
"singleQuote": true,
6767
"arrowParens": "always",
6868
"endOfLine": "lf"
69+
},
70+
"dependencies": {
71+
"tslib": "^1.10.0"
6972
}
7073
}

tsconfig.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"lib": ["dom", "esnext"],
77
"importHelpers": true,
88
"declaration": true,
9+
"declarationMap": true,
910
"sourceMap": true,
1011
"rootDir": "./",
1112
"strict": true,
@@ -20,10 +21,6 @@
2021
"noImplicitReturns": true,
2122
"noFallthroughCasesInSwitch": true,
2223
"moduleResolution": "node",
23-
"baseUrl": "./",
24-
"paths": {
25-
"*": ["src/*", "node_modules/*"]
26-
},
2724
"jsx": "react",
2825
"esModuleInterop": true
2926
}

0 commit comments

Comments
 (0)