Skip to content

Commit

Permalink
Remove types folder from tsconfig template
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew44-mappable committed Aug 27, 2024
1 parent a988665 commit a46d81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/t_ttsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": ["@mappable-world/mappable-cli"],
"compilerOptions": {
"lib": ["dom", "dom.iterable", "esnext"],
"typeRoots": ["./node_modules/@types", "./node_modules/@mappable-world", "./types"]
"typeRoots": ["./node_modules/@types", "./node_modules/@mappable-world"]
},
"include": ["./src", "./node_modules/@mappable-world/mappable-cli/index.d.ts"]
}

0 comments on commit a46d81a

Please sign in to comment.