Skip to content

Commit

Permalink
chore: use forceConsistentCasingInFileNames in ts-config (#4220)
Browse files Browse the repository at this point in the history
* chore: use forceConsistentCasingInFileNames in ts-config

* nit
  • Loading branch information
dnalborczyk committed Sep 6, 2021
1 parent 81fa9e9 commit 181f379
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"diagnostics": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"module": "ESNext",
"moduleResolution": "Node",
Expand All @@ -12,7 +13,7 @@
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"target": "es2018"
"target": "ES2018"
},
"include": ["typings/**/*.d.ts", "src", "cli", "browser", "rollup.config.ts"],
"exclude": ["dist", "node_modules", "test/typescript"]
Expand Down

0 comments on commit 181f379

Please sign in to comment.