Skip to content

Commit

Permalink
feat: force type-only imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Aug 4, 2024
1 parent b17fdf4 commit 387b06c
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 @@ -19,7 +19,8 @@
"incremental": true,
"tsBuildInfoFile": "node_modules/.cache/.tsbuildinfo",
"noErrorTruncation": true,
"skipLibCheck": true
"skipLibCheck": true,
"verbatimModuleSyntax": true
},
"include": ["src", "tests", "scripts"],
"exclude": ["build"]
Expand Down

0 comments on commit 387b06c

Please sign in to comment.