Skip to content

Commit f1f8760

Browse files
authored
Merge pull request #14 from hichemfantar/fix-exclude
Update TypeScript configuration to exclude 'resources' directory
2 parents 616688a + 03cd0e2 commit f1f8760

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", "src-tauri"]
26+
"exclude": ["node_modules", "src-tauri", "resources"]
2727
}

0 commit comments

Comments
 (0)