Update tsconfig.json

Revert auto-refactoring
This commit is contained in:
kakkokari-gtyih 2023-04-09 04:56:38 +09:00 committed by GitHub
parent 9cbdcdc328
commit dd6c1790a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@
"include": [ "include": [
".eslintrc.js", ".eslintrc.js",
"./**/*.ts", "./**/*.ts",
"./**/*.vue" "./**/*.vue",
, "src/embed/scripts/parse-mfm.ts" ], ],
"exclude": [ "exclude": [
".storybook/**/*", ".storybook/**/*",
] ]