Skip to content

Commit

Permalink
Merge branch 'master' into dn/bump-rollup-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Sep 7, 2021
2 parents 88d6f35 + 181f379 commit 7045c52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
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 7045c52

Please sign in to comment.