Move phantom dir to .wasp (#1814)

This commit is contained in:
Filip Sodić 2024-02-26 13:15:41 +01:00 committed by GitHub
parent e883186e97
commit 69255d327f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 14 additions and 35 deletions

View File

@ -26,9 +26,6 @@
// compilation, the following directory doesn't exist. We need to specify
// it to prevent this error:
// https://stackoverflow.com/questions/42609768/typescript-error-cannot-write-file-because-it-would-overwrite-input-file
"outDir": "phantom",
},
"exclude": [
"phantom"
],
"outDir": ".wasp/phantom",
}
}

View File

@ -26,9 +26,6 @@
// compilation, the following directory doesn't exist. We need to specify
// it to prevent this error:
// https://stackoverflow.com/questions/42609768/typescript-error-cannot-write-file-because-it-would-overwrite-input-file
"outDir": "phantom",
},
"exclude": [
"phantom"
],
"outDir": ".wasp/phantom",
}
}

View File

@ -26,9 +26,6 @@
// compilation, the following directory doesn't exist. We need to specify
// it to prevent this error:
// https://stackoverflow.com/questions/42609768/typescript-error-cannot-write-file-because-it-would-overwrite-input-file
"outDir": "phantom",
},
"exclude": [
"phantom"
],
"outDir": ".wasp/phantom",
}
}

View File

@ -26,9 +26,6 @@
// compilation, the following directory doesn't exist. We need to specify
// it to prevent this error:
// https://stackoverflow.com/questions/42609768/typescript-error-cannot-write-file-because-it-would-overwrite-input-file
"outDir": "phantom",
},
"exclude": [
"phantom"
],
"outDir": ".wasp/phantom",
}
}

View File

@ -26,9 +26,6 @@
// compilation, the following directory doesn't exist. We need to specify
// it to prevent this error:
// https://stackoverflow.com/questions/42609768/typescript-error-cannot-write-file-because-it-would-overwrite-input-file
"outDir": "phantom",
},
"exclude": [
"phantom"
],
"outDir": ".wasp/phantom",
}
}

View File

@ -26,9 +26,6 @@
// compilation, the following directory doesn't exist. We need to specify
// it to prevent this error:
// https://stackoverflow.com/questions/42609768/typescript-error-cannot-write-file-because-it-would-overwrite-input-file
"outDir": "phantom",
},
"exclude": [
"phantom"
],
"outDir": ".wasp/phantom",
}
}

View File

@ -26,9 +26,6 @@
// compilation, the following directory doesn't exist. We need to specify
// it to prevent this error:
// https://stackoverflow.com/questions/42609768/typescript-error-cannot-write-file-because-it-would-overwrite-input-file
"outDir": "phantom",
},
"exclude": [
"phantom"
],
"outDir": ".wasp/phantom",
}
}