diff options
Diffstat (limited to 'packages/ui-new/tsconfig.json')
| -rw-r--r-- | packages/ui-new/tsconfig.json | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/packages/ui-new/tsconfig.json b/packages/ui-new/tsconfig.json deleted file mode 100644 index fec8c8e..0000000 --- a/packages/ui-new/tsconfig.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "files": [], - "references": [ - { "path": "./tsconfig.app.json" }, - { "path": "./tsconfig.node.json" } - ], - "compilerOptions": { - "baseUrl": ".", - "paths": { - "@/*": ["./src/*"] - } - } -} |