first commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"extends": "./tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"noEmit": true
|
||||
},
|
||||
"include": [
|
||||
"apps/web/src/**/*",
|
||||
"apps/web/vite.config.ts",
|
||||
"apps/web/vite-plugin-recipe-seo.ts",
|
||||
"packages/**/*.ts",
|
||||
"tests/**/*.ts",
|
||||
"playwright.config.ts",
|
||||
"playwright.tour-capture.config.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user