docs: added cloud documentation project (#12711)
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"extends": "tsconfig/nextjs.json",
|
||||
"compilerOptions": {
|
||||
"paths": {
|
||||
"@/*": [
|
||||
"./*"
|
||||
]
|
||||
},
|
||||
"jsx": "preserve",
|
||||
},
|
||||
"include": [
|
||||
"next-env.d.ts",
|
||||
"**/*.tsx",
|
||||
"**/*.ts",
|
||||
"**/*.js",
|
||||
".next/types/**/*.ts",
|
||||
"**/*.mjs"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user