Skip to content

Commit

Permalink
Update tsconfig.app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
farnoux committed Jan 10, 2025
1 parent 9b49c4c commit f8a635d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions app.territoiresentransitions.react/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@
},
"exclude": [
"vitest.config.mts",
"src/**/*.spec.ts",
"src/**/*.test.ts",
"src/**/*.spec.tsx",
"src/**/*.test.tsx",
"src/**/*.stories.tsx",
"src/**/*.spec.js",
"src/**/*.test.js",
"src/**/*.spec.jsx",
"src/**/*.test.jsx",
"**/*.spec.ts",
"**/*.test.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.stories.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.stories.ts",
"**/*.stories.js",
"**/*.stories.jsx",
"**/*.stories.tsx"
],
"include": [
"src/**/*.js",
"src/**/*.jsx",
"src/**/*.ts",
"src/**/*.tsx",
"**/*.js",
"**/*.jsx",
"**/*.ts",
"**/*.tsx",
"**/*.d.ts",
".next/types/**/*.ts"
]
Expand Down

0 comments on commit f8a635d

Please sign in to comment.