chore: exclude astro files in ts
This commit is contained in:
parent
7daff00e94
commit
c37169e590
|
@ -1,7 +0,0 @@
|
|||
import { defineConfig } from "cypress";
|
||||
|
||||
export default defineConfig({
|
||||
e2e: {
|
||||
supportFile: false,
|
||||
},
|
||||
});
|
|
@ -1,9 +1,5 @@
|
|||
{
|
||||
"extends": "astro/tsconfigs/strict",
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["./src/*"]
|
||||
}
|
||||
}
|
||||
"exclude": ["./src/components/*.astro"],
|
||||
"compilerOptions": { "baseUrl": ".", "paths": { "@/*": ["./src/*"] } }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user