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",
|
"extends": "astro/tsconfigs/strict",
|
||||||
"compilerOptions": {
|
"exclude": ["./src/components/*.astro"],
|
||||||
"baseUrl": ".",
|
"compilerOptions": { "baseUrl": ".", "paths": { "@/*": ["./src/*"] } }
|
||||||
"paths": {
|
|
||||||
"@/*": ["./src/*"]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user