Revert tsconfig changes for cloud runner instances

This commit is contained in:
Thomas Rogers 2024-03-09 10:19:43 +01:00
parent a3f075fa4b
commit 05065928a6
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.json",
"extends": "@tsconfig/node14/tsconfig.json",
"compilerOptions": {
"outDir": "build",
"rootDir": ".",

View file

@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.json",
"extends": "@tsconfig/node14/tsconfig.json",
"compilerOptions": {
"outDir": "build",
"rootDir": ".",