diff options
| author | Pinapelz <yukais@pinapelz.com> | 2023-11-14 19:21:37 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2023-11-14 19:21:37 -0800 |
| commit | c789256ebd5691b805c81bd673a153a984b3039e (patch) | |
| tree | 45d727cbbb01b2c57dec089fe7d9134cf1557a30 /tsconfig.json | |
| parent | 7b6d5f1666e428c37c936bd6b01323c3a6399ac6 (diff) | |
chores: cleanup unused files
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index db0f6f4..e59724b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,6 +22,6 @@ "@/*": ["./src/*"] } }, - "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "src/app/test.lrc"], + "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], "exclude": ["node_modules"] } |
