Skip to content

Commit

Permalink
modify tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Sep 9, 2023
1 parent d4a030d commit d346782
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 @@ -9,7 +9,6 @@
* a value or a type, so tell TypeScript to enforce using
* `import type` instead of `import` for Types.
*/
"importsNotUsedAsValues": "error",
"isolatedModules": true,
"resolveJsonModule": true,
/**
Expand All @@ -32,6 +31,8 @@
"checkJs": true,

/* Custom rules */
"declaration": false,
"outDir": "./lib",
"typeRoots": ["./types", "./node_modules/@types"]
},
/**
Expand Down

0 comments on commit d346782

Please sign in to comment.