diff --git a/tsconfig.json b/tsconfig.json index 6750176..9bbc598 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,9 @@ ], "extends": "./tsconfig/tsconfig.base.json", "compilerOptions": { - "types": ["node", "cypress"] + "types": [ + "node", + "cypress" + ] } -} +} \ No newline at end of file diff --git a/tsconfig/tsconfig.build.json b/tsconfig/tsconfig.build.json index 17b5698..d5b6689 100644 --- a/tsconfig/tsconfig.build.json +++ b/tsconfig/tsconfig.build.json @@ -1,7 +1,10 @@ { - "include": ["../src/**/*.ts"], + "include": [ + "../src/**/*.ts" + ], "extends": "./tsconfig.base.json", "compilerOptions": { - "rootDir": "../src" + "rootDir": "../src", + "inlineSources": true } -} +} \ No newline at end of file