Skip to content

Commit dcf45d0

Browse files
authored
Merge pull request #52 from josefaidt/ignore-amplify-dir-in-root-tsconfig
ignore amplify/ directory in root tsconfig
2 parents 7ac71ee + c936880 commit dcf45d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
}
2424
},
2525
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
26-
"exclude": ["node_modules"]
26+
"exclude": ["node_modules", "amplify"]
2727
}

0 commit comments

Comments
 (0)