Skip to content

Commit

Permalink
add custom simpl-schema typings
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-burel committed Mar 26, 2021
1 parent a1d8339 commit f3b1243
Show file tree
Hide file tree
Showing 3 changed files with 471 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"debug": "NODE_OPTIONS='--inspect' next",
"build": "next build",
"start": "next start",
"typecheck": "tsc --p src/tsconfig.json",
"typecheck": "tsc --p src/tsconfig.json # in case of error with @vulcanjs/* package, check that src/types (eg simpl-schema) are up-to-date with vulcan-npm",
"typecheck-watch": "tsc --p src/tsconfig.json -w",
"postbuild": "next-sitemap --config vulcan-next-sitemap.js",
"test": "npm run test:unit && npm run test:e2e",
Expand Down
2 changes: 1 addition & 1 deletion src/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "../tsconfig.common.json",
"include": ["**/*.tsx", "**/*.ts"]
"include": ["./**/*.tsx", "./**/*.ts"],
}
Loading

0 comments on commit f3b1243

Please sign in to comment.