We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9be34fa commit 5b55f67Copy full SHA for 5b55f67
rollup.config.js
@@ -89,11 +89,4 @@ export default {
89
],
90
},
91
92
- onwarn(warning, warn) {
93
- const filename = warning.importer || warning.loc?.file;
94
- if (filename && /node_modules/.test(filename)) {
95
- return;
96
- }
97
- warn(warning);
98
- },
99
};
tsconfig.build.json
@@ -18,7 +18,7 @@
18
"skipLibCheck": true,
19
"sourceMap": false,
20
"strict": true,
21
- "target": "ES3",
+ "target": "ES5",
22
"typeRoots": [
23
"node_modules/@types"
24
0 commit comments