Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
forgot the magic public tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-rocska committed Apr 16, 2023
1 parent 9edb133 commit f069f4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@21gram-consulting/next-rest",
"version": "0.1.0",
"version": "0.1.1",
"description": "21Gram Consulting's Next REST library provides a convenience API to create RESTful NextJS API handlers and client interfaces for them.",
"keywords": [
"NextJS",
Expand Down
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"noFallthroughCasesInSwitch": true,
"pretty": true,
"sourceMap": true,
"target": "ESNext",
"target": "ES2021",
"lib": [
"ES2021",
"DOM"
],
"rootDir": ".",
"module": "ESNext",
"moduleResolution": "nodenext",
"module": "CommonJS",
"moduleResolution": "node",
"baseUrl": "./",
"paths": {
"#*": [
Expand Down

0 comments on commit f069f4c

Please sign in to comment.