🚀(app-impress) create the e2e app impress

Create the e2e app impress, it will be used
to test the app impress.
This commit is contained in:
Anthony LC
2024-04-02 12:13:06 +02:00
parent 8fda0bc9b9
commit 3098b9f4fc
18 changed files with 1213 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"compilerOptions": {
"target": "es5",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "bundler",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"incremental": true,
},
"include": ["**/*.ts"],
"exclude": ["node_modules"]
}