Skip to content

Commit af78c9a

Browse files
committed
Exclude migration folders from tsconfig
1 parent 786fe3b commit af78c9a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

scripts/migration/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"outDir": "dist",
1010
"rootDir": "src"
1111
},
12-
"include": ["src/**/*"]
12+
"include": ["src/**/*"],
13+
"exclude": ["nextra-migration", "scripts"]
1314
}

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "astro/tsconfigs/strictest",
33
"include": [".astro/types.d.ts", "**/*"],
4+
"exclude": ["nextra-migration", "scripts"],
45
"compilerOptions": {
56
"exactOptionalPropertyTypes": false,
67
"baseUrl": ".",

0 commit comments

Comments
 (0)