mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2026-01-15 12:15:02 +00:00
Specify non-imported types
This commit is contained in:
@@ -16,7 +16,13 @@
|
||||
"resolveJsonModule": true,
|
||||
"skipLibCheck": true,
|
||||
"strict": true,
|
||||
"target": "esnext"
|
||||
"target": "esnext",
|
||||
"types": [
|
||||
"jest",
|
||||
"offscreencanvas",
|
||||
"react/next",
|
||||
"wicg-file-system-access"
|
||||
]
|
||||
},
|
||||
"exclude": ["node_modules"],
|
||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"]
|
||||
|
||||
Reference in New Issue
Block a user