We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 786fe3b commit af78c9aCopy full SHA for af78c9a
scripts/migration/tsconfig.json
@@ -9,5 +9,6 @@
9
"outDir": "dist",
10
"rootDir": "src"
11
},
12
- "include": ["src/**/*"]
+ "include": ["src/**/*"],
13
+ "exclude": ["nextra-migration", "scripts"]
14
}
tsconfig.json
@@ -1,6 +1,7 @@
1
{
2
"extends": "astro/tsconfigs/strictest",
3
"include": [".astro/types.d.ts", "**/*"],
4
+ "exclude": ["nextra-migration", "scripts"],
5
"compilerOptions": {
6
"exactOptionalPropertyTypes": false,
7
"baseUrl": ".",
0 commit comments