chore: initialize from frontend template 4dc033c
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"extends": "./tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"lib": ["ES2022", "DOM", "DOM.Iterable"],
|
||||
"types": ["node", "vite/client"]
|
||||
},
|
||||
"include": [
|
||||
"tests/**/*.ts",
|
||||
"tests/**/*.tsx",
|
||||
"vitest.config.ts",
|
||||
"playwright*.config.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"dist",
|
||||
"node_modules",
|
||||
"tests/fixtures"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user