fix: debugging by moving app dir out of test

This commit is contained in:
Alessio Gravili
2024-03-20 09:48:05 -04:00
parent 25a3feb2ca
commit 64f2d2a502
91 changed files with 19 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
"noEmit": true,
"rootDir": ".", /* Specify the root folder within your source files. */
"rootDir": ".",
"declaration": true,
"declarationMap": true,
"target": "esnext",
@@ -33,11 +33,7 @@
"name": "next"
}
],
"paths": {
"@payload-config": [
"./_community/config.ts"
]
}
"paths": {}
},
"exclude": [
"dist",