diff options
Diffstat (limited to 'packages/todo/tsconfig.json')
| -rw-r--r-- | packages/todo/tsconfig.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/packages/todo/tsconfig.json b/packages/todo/tsconfig.json index 102c8f0..9030dd2 100644 --- a/packages/todo/tsconfig.json +++ b/packages/todo/tsconfig.json @@ -1,10 +1,10 @@ { - "extends": "../../tsconfig.base.json", - "compilerOptions": { "rootDir": "src", "outDir": "dist", "composite": true }, - "include": ["src/**/*.ts"], - "references": [ - { "path": "../kernel" }, - { "path": "../surface-registry" }, - { "path": "../ui-contract" } - ] + "extends": "../../tsconfig.base.json", + "compilerOptions": { "rootDir": "src", "outDir": "dist", "composite": true }, + "include": ["src/**/*.ts"], + "references": [ + { "path": "../kernel" }, + { "path": "../surface-registry" }, + { "path": "../ui-contract" } + ] } |
