diff --git a/tsconfig.json b/tsconfig.json index 8ff23b94d..b38130b71 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,4 +1,11 @@ { "extends": "tsconfig/base.json", + "compilerOptions": { + "noEmit": true, + "incremental": false, + "tsBuildInfoFile": null, + "rootDir": null, + "outDir": null + }, "include": ["."] }