summaryrefslogtreecommitdiffhomepage
path: root/packages/surface-loaded-extensions/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/surface-loaded-extensions/tsconfig.json')
-rw-r--r--packages/surface-loaded-extensions/tsconfig.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/packages/surface-loaded-extensions/tsconfig.json b/packages/surface-loaded-extensions/tsconfig.json
index db257d0..89dfc56 100644
--- a/packages/surface-loaded-extensions/tsconfig.json
+++ b/packages/surface-loaded-extensions/tsconfig.json
@@ -1,10 +1,10 @@
{
- "extends": "../../tsconfig.base.json",
- "compilerOptions": { "rootDir": "src", "outDir": "dist", "composite": true },
- "include": ["src/**/*.ts"],
- "references": [
- { "path": "../kernel" },
- { "path": "../ui-contract" },
- { "path": "../surface-registry" }
- ]
+ "extends": "../../tsconfig.base.json",
+ "compilerOptions": { "rootDir": "src", "outDir": "dist", "composite": true },
+ "include": ["src/**/*.ts"],
+ "references": [
+ { "path": "../kernel" },
+ { "path": "../ui-contract" },
+ { "path": "../surface-registry" }
+ ]
}