Frontend included in repository.

This commit is contained in:
2023-10-21 16:30:47 +00:00
parent bfc04b3831
commit ce0b6c9bd2
44 changed files with 2254 additions and 39 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"extends": "@tsconfig/node18/tsconfig.json",
"include": [
"vite.config.*",
"vitest.config.*",
"cypress.config.*",
"nightwatch.conf.*",
"playwright.config.*"
],
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"types": ["node"]
}
}