mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-15 17:19:10 +00:00
chore: fix lint issues
This commit is contained in:
parent
b20c7a08d4
commit
b5585f5ee9
3 changed files with 5 additions and 3 deletions
|
@ -25,8 +25,9 @@
|
|||
"forceConsistentCasingInFileNames": true,
|
||||
"noEmit": true,
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true
|
||||
"isolatedModules": true,
|
||||
"typeRoots": ["typed", "node_modules/@types"]
|
||||
},
|
||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
|
||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "types/**.d.ts"],
|
||||
"exclude": ["node_modules", "**/*.stories.tsx", "src/backend-worker"]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue