mirror of
https://github.com/Nezumi-2711/next-gdrive-index.git
synced 2026-09-22 13:38:38 +00:00
Version 2
This commit is contained in:
+15
-3
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"target": "es2021",
|
||||
"lib": ["dom", "dom.iterable", "esnext", "es2019"],
|
||||
"allowJs": true,
|
||||
"skipLibCheck": true,
|
||||
@@ -35,6 +35,18 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "**/*.js", ".next/types/**/*.ts"],
|
||||
"exclude": ["node_modules", ".next", "**/*/_legacy/**/*", "**/*/_app/**/*"]
|
||||
"include": [
|
||||
"next-env.d.ts",
|
||||
"**/*.ts",
|
||||
"**/*.tsx",
|
||||
"**/*.js",
|
||||
".next/types/**/*.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
".next",
|
||||
"**/*/_legacy/**/*",
|
||||
"**/*/_app/**/*",
|
||||
"**/*/_pages/**/*"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user