added nextjs package
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
{
|
||||
"ts-node": {
|
||||
"esm": true,
|
||||
"experimentalSpecifier": true
|
||||
},
|
||||
"compilerOptions": {
|
||||
"target": "ES2020",
|
||||
"moduleResolution": "NodeNext", // or "node16"/"nodenext"
|
||||
@@ -21,7 +25,7 @@
|
||||
"@shared/*": ["../shared/*"]
|
||||
}
|
||||
},
|
||||
"include": ["src", "trigger.config.ts"],
|
||||
"include": ["src", "tests"],
|
||||
"references": [
|
||||
{
|
||||
"path": "../shared"
|
||||
|
||||
Reference in New Issue
Block a user