Skip to content

Commit

Permalink
fix examples tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew44-mappable committed Apr 4, 2024
1 parent 50259c1 commit 555544e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions example/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
"extends": "../tsconfig.json",
"compilerOptions": {
"strict": false,
"moduleResolution": "Node16",
"rootDirs": ["./", "../"],
"types": ["./types.d.ts", "../types/index.d.ts"]
"types": ["../types/index.d.ts"]
},
"include": ["./**/*.ts", "./**/*.tsx"]
}
}
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "@mappable-world/mappable-cli",
"compilerOptions": {
"moduleResolution": "Node16",
"lib": ["dom", "dom.iterable", "esnext"],
"typeRoots": ["./node_modules/@types", "./node_modules/@mappable-world", "./types"]
},
Expand Down

0 comments on commit 555544e

Please sign in to comment.