refactor(editor): Continue porting components over to composition API (no-changelog) (#8893)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-03-15 12:43:08 +01:00
committed by GitHub
parent 80c4bc443a
commit 6c693e1afd
39 changed files with 989 additions and 1253 deletions

View File

@@ -19,7 +19,6 @@
// TODO: remove all options below this line
"strict": false,
"noImplicitAny": false,
"noUnusedLocals": false,
"noImplicitReturns": false
},
"include": ["src/**/*.ts", "src/**/*.vue"]