Skip to content

Commit 780e4a0

Browse files
committed
feat: change the rollup.config from JS to TS
1 parent 41a72a7 commit 780e4a0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
// "resolvePackageJsonExports": true, /* Use the package.json 'exports' field when resolving package imports. */
4040
// "resolvePackageJsonImports": true, /* Use the package.json 'imports' field when resolving imports. */
4141
// "customConditions": [], /* Conditions to set in addition to the resolver-specific defaults when resolving imports. */
42-
// "resolveJsonModule": true, /* Enable importing .json files. */
42+
"resolveJsonModule": true /* Enable importing .json files. */,
4343
// "allowArbitraryExtensions": true, /* Enable importing files with any extension, provided a declaration file is present. */
4444
// "noResolve": true, /* Disallow 'import's, 'require's or '<reference>'s from expanding the number of files TypeScript should add to a project. */
4545

0 commit comments

Comments
 (0)