feat: Implement new confirmation modal utility

This commit is contained in:
Jesse Wierzbinski 2024-11-29 22:29:43 +01:00
parent 0fe13cbeee
commit 73bfbcf252
No known key found for this signature in database
9 changed files with 226 additions and 10 deletions

View file

@ -3,6 +3,7 @@
"extends": "./.nuxt/tsconfig.json",
"compilerOptions": {
"target": "esnext",
"module": "esnext"
"module": "esnext",
"allowImportingTsExtensions": true
}
}