diff --git a/tsconfig.rlb.json b/tsconfig.rlb.json new file mode 100644 index 0000000..1bc52c5 --- /dev/null +++ b/tsconfig.rlb.json @@ -0,0 +1,9 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "incremental": false + }, + "include": [ + "src/**/*" + ] +}