Skip to content

Commit

Permalink
Merge pull request #34 from observerly/chore/configuration/tsconfig
Browse files Browse the repository at this point in the history
chore: amend tsconfig.json in workspace root in @observerly/fits
  • Loading branch information
michealroberts authored Jan 5, 2025
2 parents 092b3f9 + 0450c1d commit 4c033e4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@
"skipLibCheck": true /* Skip type checking of declaration files. */,
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
},
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "tests/**/*.ts", "tests/**/*.tsx"],
"include": [
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.vue",
"tests/**/*.ts",
"tests/**/*.tsx"
],
"exclude": ["node_modules", "dist", "test"]
}

0 comments on commit 4c033e4

Please sign in to comment.